Merge "Add instructions on using openstackclient"

This commit is contained in:
Jenkins 2016-02-24 22:30:31 +00:00 committed by Gerrit Code Review
commit 0cf4744ffb
1 changed files with 9 additions and 0 deletions

View File

@ -103,6 +103,15 @@ change for review, you can propose the change with git-review. See the
<http://docs.openstack.org/infra/manual/developers.html#development-workflow>`_
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 <cloud name> --os-cloud-region <region name>
Adding a New Server
===================