diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-27 17:19:09 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-27 17:20:16 -0600 |
commit | 5651ea75d90a57bc8e3e07c89e6b68dc78a08dcb (patch) | |
tree | 2a18a5eb5ebcaaffc4a6f50a0fbb369655a1667f /ci/config_tpl/juju2 | |
parent | 50e1e675a3968f78fd45f5896c9de2269fb722ed (diff) |
correct previous errors. Also enabling the console access for VM.
Change-Id: I82e1533c569fefa40ddf05f296e18fc5b46c6fc2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml b/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml index 9eb02f9a..e4607993 100644 --- a/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml @@ -35,7 +35,7 @@ vip: {{ opnfv.vip.nova }} {% endif %} {% if opnfv.domain is defined %} - console-proxy-ip: {{ opnfv.domain }} + #console-proxy-ip: {{ opnfv.domain }} {% endif %} network-manager: Neutron {% if os.beta.public_api %} |