Remove deprecated 'deactivate_image' feature flag setting

'deactivate_image' feature flag was added long back during kilo
cycle. Tempest is going to remove this feature flag.

Depends-On: I843d4c64f24407d9d217005d5ea59d50d7ad62e7
Change-Id: I1ae8efc0e62acc5e05c1c00dc8970b74d8b16da0
This commit is contained in:
ghanshyam 2017-12-10 05:11:53 +03:00 committed by Ghanshyam Mann
parent 9884f60ea4
commit 8367685752
1 changed files with 0 additions and 1 deletions

View File

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