From 928713df5944226c15b6f25119957774fc057723 Mon Sep 17 00:00:00 2001 From: Claudio Pisa <claudio.pisa@garr.it> Date: Tue, 22 Jan 2019 12:07:25 +0100 Subject: [PATCH] add README --- README.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..cadc53f --- /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 + + -- GitLab