From bb5feb01e470a2f0d48c60784d98d27422484127 Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Wed, 13 Sep 2017 14:10:39 -0700 Subject: Fix scenario name of ODL L3 From "odl_l3" to "odl" Change-Id: I29b233b3cf5b6b9b15ca7ee1d680b97a6a505ae1 Signed-off-by: Bin Hu --- docs/release/installation/installation.instruction.rst | 8 ++++---- 1 file 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 -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 -n /etc/opnfv-apex/network_settings_v6.yaml # Note: -- cgit 1.2.3-korg