Skip to content

Commit

Permalink
Remove unused ec2 driver option
Browse files Browse the repository at this point in the history
Remove the unused ec2 driver option from the config. This option
is unused since the credential backend is used for the ec2 contrib
extension.

Change-Id: I5385a086210e415a14b0ed1605c9ded50a280ad2
  • Loading branch information
tempusfrangit committed Oct 13, 2014
1 parent b276f3d commit fd57a12
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion doc/source/configuration.rst
Expand Up @@ -81,7 +81,6 @@ following sections:
* ``[cache]`` - Caching layer configuration
* ``[catalog]`` - Service catalog driver configuration
* ``[credential]`` - Credential system driver configuration
* ``[ec2]`` - Amazon EC2 authentication driver configuration
* ``[endpoint_filter]`` - Endpoint filtering extension configuration
* ``[endpoint_policy]`` - Endpoint policy extension configuration
* ``[federation]`` - Federation driver configuration
Expand Down
10 changes: 0 additions & 10 deletions etc/keystone.conf.sample
Expand Up @@ -714,16 +714,6 @@
#db_max_retries=20


[ec2]

#
# Options defined in keystone
#

# EC2Credential backend driver. (string value)
#driver=keystone.contrib.ec2.backends.kvs.Ec2


[endpoint_filter]

#
Expand Down
5 changes: 0 additions & 5 deletions keystone/common/config.py
Expand Up @@ -472,11 +472,6 @@
help='Maximum number of entities that will be returned '
'in a policy collection.'),
],
'ec2': [
cfg.StrOpt('driver',
default='keystone.contrib.ec2.backends.kvs.Ec2',
help='EC2Credential backend driver.'),
],
'endpoint_filter': [
cfg.StrOpt('driver',
default='keystone.contrib.endpoint_filter.backends'
Expand Down
3 changes: 0 additions & 3 deletions keystone/tests/core.py
Expand Up @@ -785,9 +785,6 @@ def config_overrides(self):
self.config_fixture.config(
group='catalog',
driver='keystone.catalog.backends.sql.Catalog')
self.config_fixture.config(
group='ec2',
driver='keystone.contrib.ec2.backends.sql.Ec2')
self.config_fixture.config(
group='identity',
driver='keystone.identity.backends.sql.Identity')
Expand Down

0 comments on commit fd57a12

Please sign in to comment.