From 17adfb65b6c823b3c1d7faa751e4799d35bd734c Mon Sep 17 00:00:00 2001 From: Vincent Cojot Date: Wed, 19 Apr 2017 01:46:12 +0530 Subject: Update README.md --- README.md | 10 +++++----- 1 file 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 --user readonly + openstack role add --project --user readonly To lift the restrictions and re-enable modifications to the overcloud, do a: -'''openstack role remove --project --user readonly''' + openstack role remove --project --user readonly -- cgit