Merge "Remove deprecated 'deactivate_image' feature flag setting" into stable/ocata

This commit is contained in:
Zuul 2018-03-09 13:20:50 +00:00 committed by Gerrit Code Review
commit d7738b35fd
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,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