diff options
author | Lee Yarwood <lyarwood@redhat.com> | 2021-02-15 10:32:53 +0000 |
---|---|---|
committer | Lee Yarwood <lyarwood@redhat.com> | 2021-02-15 10:32:53 +0000 |
commit | bc0d1c8d632ba487dc2808cf030fcdc599b49382 (patch) | |
tree | 2356a0aaa99570feb8ff11f8bab1ae53d132c2bb /.zuul.yaml | |
parent | a7dd1f8881484ba0bf4270dd48109c2be142c333 (diff) | |
download | nova-bc0d1c8d632ba487dc2808cf030fcdc599b49382.tar.gz |
nova-next: Drop NOVA_USE_SERVICE_TOKEN as it is now True by default
Change-Id: I68f7b7e78cc8a7f22f3e495b1b20a311dacff6c5
Depends-On: https://review.opendev.org/c/openstack/devstack/+/775573
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index f98e714b2e..39e0f317e8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -220,8 +220,6 @@ network-feature-enabled: qos_placement_physnet: public devstack_localrc: - # Added in Pike. - NOVA_USE_SERVICE_TOKEN: True # Enable TLS between the noVNC proxy & compute nodes; this requires # the tls-proxy service to be enabled. Added in Queens. NOVA_CONSOLE_PROXY_COMPUTE_TLS: True |