Migrate net guide from keystone CLI to OpenStack

Changes the small number of places in the networking guide
that still use the deprecated keystone client, in favor
of the supported openstack client.

Change-Id: I36df09b4d1354cf5610264209d1685d37ed85c7a
This commit is contained in:
Tom Fifield 2015-07-03 00:24:08 +08:00 committed by Christian Berendt
parent eee1363d12
commit 322ab751cb
4 changed files with 12 additions and 12 deletions

View File

@ -98,9 +98,9 @@ environment variable settings by using the options that are listed at
the end of the ``help`` output of the various client commands. For
example, you can override the ``OS_PASSWORD`` setting in the
:file:`PROJECT-openrc.sh` file by specifying a password on a
:command:`keystone` command, as follows::
:command:`openstack` command, as follows::
$ keystone --os-password PASSWORD service-list
$ openstack --os-password PASSWORD service list
Where ``PASSWORD`` is your password.

View File

@ -530,9 +530,9 @@ Tenant (VXLAN) network
::
$ keystone tenant-get demo
$ openstack project show demo
+-------------+----------------------------------+
| Property | Value |
| Field | Value |
+-------------+----------------------------------+
| description | Demo Tenant |
| enabled | True |

View File

@ -835,9 +835,9 @@ This example creates a flat external network and a VXLAN project network.
.. code-block:: console
$ keystone tenant-get demo
$ openstack project show demo
+-------------+----------------------------------+
| Property | Value |
| Field | Value |
+-------------+----------------------------------+
| description | Demo Project |
| enabled | True |

View File

@ -971,9 +971,9 @@ This example creates a flat external network and a VXLAN project network.
.. code-block:: console
$ keystone tenant-get demo
$ openstack project show demo
+-------------+----------------------------------+
| Property | Value |
| Field | Value |
+-------------+----------------------------------+
| description | Demo Project |
| enabled | True |