Remove setting nonexistant [ec2] driver option in keystone

There's no [ec2] driver option in keystone.

Change-Id: Ifee92127f32db85d4d55f665471c8da1c9a970e7
This commit is contained in:
Brant Knudson 2015-05-11 10:37:18 -05:00
parent 331a64f9d0
commit 71a8eccdc3

View File

@ -248,7 +248,6 @@ function configure_keystone {
fi
iniset $KEYSTONE_CONF database connection `database_connection_url keystone`
iniset $KEYSTONE_CONF ec2 driver "keystone.contrib.ec2.backends.sql.Ec2"
iniset $KEYSTONE_CONF token driver "$KEYSTONE_TOKEN_BACKEND"