diff options
author | 2015-10-15 09:07:51 +0000 | |
---|---|---|
committer | 2015-10-15 09:07:51 +0000 | |
commit | 1a98e2b96a78331cdf5189e54e4c9c8f18a73ae8 (patch) | |
tree | 53fdd7cb45028aea05d3053d875a5fd23994c180 /utils/infra_setup/README.rst | |
parent | 383b34ff47743304fc471ab5422dc33be43a3651 (diff) | |
parent | 2c15bb0f9268fb227a542bebcc402fcb001355ff (diff) |
Merge "change the written way of the doc"
Diffstat (limited to 'utils/infra_setup/README.rst')
-rw-r--r-- | utils/infra_setup/README.rst | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/utils/infra_setup/README.rst b/utils/infra_setup/README.rst index b6076eb9..0b6dc40e 100644 --- a/utils/infra_setup/README.rst +++ b/utils/infra_setup/README.rst @@ -1,4 +1,12 @@ -================== +.. +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. +| +| Infra Setup Guide ================== @@ -28,27 +36,33 @@ Parameter $OPENRC_PATH is the path of where your admin-openrc.sh located, which Add Floating IPs for the Instances =================================== -Check the available floating IPs:: +Check the available floating IPs + +.. code-block:: bash + + nova floating-ip-list + +Check the status of the instances created - nova floating-ip-list +.. code-block:: bash -Check the status of the instances created:: + nova list - nova list +If there're no available floating IPs, to create one -If there're no available floating IPs, to create one:: +.. code-block:: bash - nova floating-ip-create <ext_net_name> + nova floating-ip-create <ext_net_name> replace <ext_net_name> with the external network in your environment. -Associate the floating IP address with the instance:: +Associate the floating IP address with the instance - nova add-floating-ip <instance name or ID> <allocated_floating_IP> +.. code-block:: bash + nova add-floating-ip <instance name or ID> <allocated_floating_IP> -**Documentation tracking** Revision: _sha1_ -Build date: _date_ +Build date: |today| |