Add instructions on using openstackclient

Change-Id: I3a4c3618e1d558c80c7c0bcee94bb32027397311
This commit is contained in:
James E. Blair 2016-02-23 14:09:38 -08:00
parent c5f0cb4b32
commit 1b7b8e0569
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
===================