diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000000000000000000000000000000000..cadc53f559a45fbd97984bf42c9978b1c801be02 --- /dev/null +++ b/README.rst @@ -0,0 +1,21 @@ +========================================================= +Horizon Dashboard customization module for the GARR Cloud +========================================================= + +This Python module customizes the OpenStack Rocky Horizon dashboard by +following the approach described in: + +https://docs.openstack.org/horizon/latest/configuration/customizing.html + +i.e. monkey patching the existing modules. + +https://stackoverflow.com/questions/10027232/how-to-overwrite-a-imported-python-class-for-all-calls + +In particular, this module modifies the behaviour of the application +credentials creation: it introduces a field where the user can select a +kubernetes namespace and a button to download a pre-compiled kubernetes +configuration file. + +.. TODO: add screenshots + +