diff options
author | Bin Hu <bh526r@att.com> | 2017-09-13 14:10:39 -0700 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2017-09-13 14:10:39 -0700 |
commit | bb5feb01e470a2f0d48c60784d98d27422484127 (patch) | |
tree | 46c408b4e3278f7300b49ba1723dfa8907382d61 | |
parent | bdab3bc97aed17b937a314db465427a1a94f9a09 (diff) |
Fix scenario name of ODL L3
From "odl_l3" to "odl"
Change-Id: I29b233b3cf5b6b9b15ca7ee1d680b97a6a505ae1
Signed-off-by: Bin Hu <bh526r@att.com>
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index c19a5c4..8438840 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -74,19 +74,19 @@ Install OPNFV in OpenStack with ODL-L3 Environment .. code-block:: bash # HA, Virtual deployment in OpenStack with Open Daylight L3 environment - ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl_l3-nofeature-ha.yaml \ + ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl-nofeature-ha.yaml \ -n /etc/opnfv-apex/network_settings_v6.yaml # HA, Bare Metal deployment in OpenStack with Open Daylight L3 environment - ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l3-nofeature-ha.yaml \ + ./opnfv-deploy -d /etc/opnfv-apex/os-odl-nofeature-ha.yaml \ -i <inventory file> -n /etc/opnfv-apex/network_settings_v6.yaml # Non-HA, Virtual deployment in OpenStack with Open Daylight L3 environment - ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl_l3-nofeature-noha.yaml \ + ./opnfv-deploy -v -d /etc/opnfv-apex/os-odl-nofeature-noha.yaml \ -n /etc/opnfv-apex/network_settings_v6.yaml # Non-HA, Bare Metal deployment in OpenStack with Open Daylight L3 environment - ./opnfv-deploy -d /etc/opnfv-apex/os-odl_l3-nofeature-noha.yaml \ + ./opnfv-deploy -d /etc/opnfv-apex/os-odl-nofeature-noha.yaml \ -i <inventory file> -n /etc/opnfv-apex/network_settings_v6.yaml # Note: |