Remove duplicate configuration

Enable ephemeral storage encryption is already configured above.

Change-Id: I2fbeaeb983208e7654e5fd0dd613fda678fd8b35
This commit is contained in:
Jeremy Liu 2018-01-24 10:32:43 +08:00
parent 5db05b85a2
commit 98c87a7383
1 changed files with 0 additions and 4 deletions

View File

@ -35,7 +35,3 @@ echo -e 'tempest_roles=creator' >> $LOCALCONF_PATH
# Glance v1 doesn't do signature verification on image upload
echo -e '[image-feature-enabled]' >> $LOCALCONF_PATH
echo -e 'api_v1=False' >> $LOCALCONF_PATH
# Enable ephemeral storage encryption in Tempest
echo -e '[ephemeral_storage_encryption]' >> $LOCALCONF_PATH
echo -e 'enabled = True' >> $LOCALCONF_PATH