summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c27ff9d..09644f1 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,14 @@ Here is how it works:
On the undercloud, as the 'stack' user perform the following steps:
-1) source stackrc
-2) git clone https://gitlab.cee.redhat.com/vcojot/OSP-Readonly-Policies/tree/master
-3) ./policydir/files/push_readonly_policies_to_overcloud.sh
+ 1) source stackrc
+ 2) git clone https://gitlab.cee.redhat.com/vcojot/OSP-Readonly-Policies/tree/master
+ 3) ./policydir/files/push_readonly_policies_to_overcloud.sh
(this will auto-detect the controllers and push the appropriate policies)
To restrict a user, then simply do add the 'readonly' role to the user, do a:
-openstack role add --project <tenant_name> --user <user_name> readonly
+ openstack role add --project <tenant_name> --user <user_name> readonly
To lift the restrictions and re-enable modifications to the overcloud, do a:
-'''openstack role remove --project <tenant_name> --user <user_name> readonly'''
+ openstack role remove --project <tenant_name> --user <user_name> readonly