summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Cojot <vcojot@redhat.com>2017-04-19 01:46:39 +0530
committerVincent Cojot <vcojot@redhat.com>2017-04-19 01:46:39 +0530
commit2c5926c9d1f80d2fc022c6fa21cfdb1bfafe161d (patch)
tree55d3e0b53b4a89073e270f0103a9cb3366071445
parent17adfb65b6c823b3c1d7faa751e4799d35bd734c (diff)
downloadopenstack-access-policy-2c5926c9d1f80d2fc022c6fa21cfdb1bfafe161d.tar.gz
openstack-access-policy-2c5926c9d1f80d2fc022c6fa21cfdb1bfafe161d.tar.xz
openstack-access-policy-2c5926c9d1f80d2fc022c6fa21cfdb1bfafe161d.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 09644f1..3e92db3 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,10 @@ On the undercloud, as the 'stack' user perform the following steps:
(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
+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
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