Remove unnecessary group of Tempest config

Tempest refers CONF.identity-feature-enabled.api_extensions for
getting Keystone configuration from tempest.conf, but the commit
I3a92397d7bc62c3ec156281696d5c22504a86cb3 adds unnecessary group
identity and Tempest cannot refer the configuration now.
This patch fixes it.

Change-Id: Id7e1a94b1078b5934d2d140e85594ac0010e2e73
This commit is contained in:
Ken'ichi Ohmichi 2016-02-02 07:36:56 +00:00
parent 9cd3370011
commit 4666c0c42f
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ function configure_tempest {
if is_ssl_enabled_service "key" || is_service_enabled tls-proxy; then
iniset $TEMPEST_CONFIG identity ca_certificates_file $SSL_BUNDLE_FILE
fi
iniset $TEMPEST_CONFIG identity identity-feature-enabled api_extensions OS-EC2
iniset $TEMPEST_CONFIG identity-feature-enabled api_extensions OS-EC2
# Image
# We want to be able to override this variable in the gate to avoid