diff options
author | 2016-01-21 10:09:38 -0800 | |
---|---|---|
committer | 2016-01-21 18:11:21 +0000 | |
commit | 9e2fb4d9968f6f1cb4f62c6366e444f7440027b0 (patch) | |
tree | b2c30619d6ab72a935f5ecdcc84f76fbc53f594a /docs/reldoc/index.rst | |
parent | 27cea8a8e876bac0f798f7c397523c01633fdfed (diff) |
JIRA:IPVSIX-29
Change-Id: I04d58e96c9c42eaf9198dd8b9c9718f04e55e8fd
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit fea015cf9be07f3a14f6021ffff910133fb5ed0d)
Diffstat (limited to 'docs/reldoc/index.rst')
-rw-r--r-- | docs/reldoc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reldoc/index.rst b/docs/reldoc/index.rst index 5ea043f..5ada16b 100644 --- a/docs/reldoc/index.rst +++ b/docs/reldoc/index.rst @@ -310,7 +310,7 @@ one IPv6 subnet ``ipv6-int-subnet2`` in ``ipv6-int-network2``, and associate bot --nic port-id=$(neutron port-list | grep -w eth0-VM1 | awk '{print $2}') \ --key-name vRouterKey VM1 - nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny + nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --user-data /opt/stack/opnfv_os_ipv6_poc/set_mtu.sh \ --availability-zone nova:opnfv-os-compute \ --nic port-id=$(neutron port-list | grep -w eth0-VM2 | awk '{print $2}') \ |