Merge "Remove deprecated 'deactivate_image' feature flag setting"

This commit is contained in:
Zuul 2018-01-18 12:09:14 +00:00 committed by Gerrit Code Review
commit b5841fa5d6
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ function configure_tempest {
fi
# Image Features
iniset $TEMPEST_CONFIG image-feature-enabled deactivate_image True
if [ "$GLANCE_V1_ENABLED" != "True" ]; then
iniset $TEMPEST_CONFIG image-feature-enabled api_v1 False
fi