This is an automated email from the ASF dual-hosted git repository.
rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-admin.git
The following commit(s) were added to refs/heads/master by this push:
new edad44d Fix typos on Roles section: examples provided does not work
(#53)
edad44d is described below
commit edad44dc8b396f0e1bcaece965af1ace85acf2c5
Author: José Gonçalves <[email protected]>
AuthorDate: Mon May 7 16:25:21 2018 +0200
Fix typos on Roles section: examples provided does not work (#53)
---
source/accounts.rst | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/source/accounts.rst b/source/accounts.rst
index 4f41647..5d4615d 100644
--- a/source/accounts.rst
+++ b/source/accounts.rst
@@ -171,9 +171,14 @@ Options:
Examples:
-sudo python /usr/share/cloudstack-common/scripts/util/migrate-dynamicroles.py
-u cloud -p cloud -h localhost -p 3006 -f
/etc/cloudstack/management/commands.properties
+.. sourcecode:: bash
+
+ sudo python
/usr/share/cloudstack-common/scripts/util/migrate-dynamicroles.py -u cloud -p
cloud -H localhost -P 3006 -f /etc/cloudstack/management/commands.properties
+
+.. sourcecode:: bash
+
+ sudo python
/usr/share/cloudstack-common/scripts/util/migrate-dynamicroles.py -u cloud -p
cloud -H localhost -P 3006 -D
-sudo python /usr/share/cloudstack-common/scripts/util/migrate-dynamicroles.py
-u cloud -p cloud -h localhost -p 3006 -D
If you've multiple management servers, remove or rename the commands.properties
file on the management servers typically in /etc/cloudstack/management path,
--
To stop receiving notification emails like this one, please contact
[email protected].