Disable glance v1 by default
Nova has been supporting glance v2 since Newton and removed support for glance v1 in Ocata: 97e7b97210139a7f7888f0d6901e499664de02a3 We should disable glance v1 by default because there are several test paths in Tempest which don't get run when glance v1 is available because it uses glance v1 rather than v2. Depends-On: I54db379f6fbe859fd9f1b0cdd5b74102539ab265 Change-Id: I7f962a07317cdad917ee896d79e49ee18938d074
This commit is contained in:
committed by
Matt Riedemann
parent
8ddbf6f89d
commit
80e82eac4c
@@ -57,7 +57,7 @@ GLANCE_SCHEMA_JSON=$GLANCE_CONF_DIR/schema-image.json
|
||||
GLANCE_SWIFT_STORE_CONF=$GLANCE_CONF_DIR/glance-swift-store.conf
|
||||
GLANCE_GLARE_CONF=$GLANCE_CONF_DIR/glance-glare.conf
|
||||
GLANCE_GLARE_PASTE_INI=$GLANCE_CONF_DIR/glance-glare-paste.ini
|
||||
GLANCE_V1_ENABLED=${GLANCE_V1_ENABLED:-True}
|
||||
GLANCE_V1_ENABLED=${GLANCE_V1_ENABLED:-False}
|
||||
|
||||
if is_ssl_enabled_service "glance" || is_service_enabled tls-proxy; then
|
||||
GLANCE_SERVICE_PROTOCOL="https"
|
||||
|
||||
Reference in New Issue
Block a user