diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl')
-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 %} |