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:
parent
eee1363d12
commit
322ab751cb
@ -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.
|
||||
|
||||
|
@ -530,9 +530,9 @@ Tenant (VXLAN) network
|
||||
|
||||
::
|
||||
|
||||
$ keystone tenant-get demo
|
||||
$ openstack project show demo
|
||||
+-------------+----------------------------------+
|
||||
| Property | Value |
|
||||
| Field | Value |
|
||||
+-------------+----------------------------------+
|
||||
| description | Demo Tenant |
|
||||
| enabled | True |
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user