commit | 339809a0a85a764e3b0b992214254d82950bf365 | [log] [tgz] |
---|---|---|
author | Jerry Flood <jf9860@att.com> | Mon Oct 30 20:19:16 2017 -0400 |
committer | Jerry Flood <jf9860@att.com> | Mon Oct 30 20:19:39 2017 -0400 |
tree | 9db7c976b4093d5631f76fbc5a9affa809ccd03b | |
parent | 8c6362901aed10107a37b76d96d0e62c6df2e94b [diff] [blame] |
Fix up the vVG server heat template Issue: TEST-14 Change-Id: I8304325c9c3b2abebd358f7d931d9d7490d33a5b Signed-off-by: Jerry Flood <jf9860@att.com>
diff --git a/robot/assets/templates/nova_add_server.template b/robot/assets/templates/nova_add_server.template index 8157839..d40774a 100644 --- a/robot/assets/templates/nova_add_server.template +++ b/robot/assets/templates/nova_add_server.template
@@ -10,7 +10,7 @@ }, "networks": [ { - "uuid": "00000000-0000-0000-0000-000000000000" + "uuid": "${public_net_id}" } ] }