diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index b546d6860b..51b6bebeea 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -103,6 +103,15 @@ change for review, you can propose the change with git-review. See the `_ for more information. +Accessing Clouds +================ + +As an unprivileged user who is a member of the `admin` group on +puppetmaster, you can access any of the clouds with:: + + export OS_CLIENT_CONFIG_FILE=/etc/openstack/all-clouds.yaml + openstack --os-cloud --os-cloud-region + Adding a New Server ===================