diff options
Diffstat (limited to 'ci/bundle_tpl/nova-cloud-controller.yaml')
-rw-r--r-- | ci/bundle_tpl/nova-cloud-controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/nova-cloud-controller.yaml b/ci/bundle_tpl/nova-cloud-controller.yaml index 20e9bf4f..1dfc47ec 100644 --- a/ci/bundle_tpl/nova-cloud-controller.yaml +++ b/ci/bundle_tpl/nova-cloud-controller.yaml @@ -2,7 +2,7 @@ charm: "local:{{ ubuntu.release }}/nova-cloud-controller" num_units: {{ unit_qty() }} options: - console-access-protocol: novnc + #console-access-protocol: novnc neutron-external-network: ext-net service-guard: true {% if opnfv.domain is defined %} |