Fix mitaka/ocata templates
Change-Id: Ic700d2c579ed94c31cf8681e5a1c408efa35b8d6
diff --git a/tcp_tests/templates/cookied-mcp-mitaka-dvr/openstack.yaml b/tcp_tests/templates/cookied-mcp-mitaka-dvr/openstack.yaml
index 32e07ae..85e9821 100644
--- a/tcp_tests/templates/cookied-mcp-mitaka-dvr/openstack.yaml
+++ b/tcp_tests/templates/cookied-mcp-mitaka-dvr/openstack.yaml
@@ -136,7 +136,7 @@
retry: {count: 1, delay: 5}
skip_fail: false
-# isntall designate
+# install designate
- description: Install powerdns
cmd: salt --hard-crash --state-output=mixed --state-verbose=False
-C 'I@powerdns:server' state.sls powerdns.server
@@ -259,7 +259,7 @@
retry: {count: 1, delay: 30}
skip_fail: false
-- description: Set geteway
+- description: Set gateway
cmd: salt --hard-crash --state-output=mixed --state-verbose=False 'ctl01*' cmd.run
'. /root/keystonercv3; neutron router-gateway-set net04_router01 net04_ext'
node_name: {{ HOSTNAME_CFG01 }}
@@ -396,4 +396,4 @@
cmd: ifconfig br-floating {{ IPV4_NET_EXTERNAL_PREFIX }}.110/24
node_name: {{ HOSTNAME_GTW01 }}
retry: {count: 1, delay: 30}
- skip_fail: false
+ skip_fail: false
\ No newline at end of file