diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2013-01-08 08:48:02 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-09 22:09:17 +0000 |
| commit | 780ee742328a476a96e1d5011024902a7e01d33b (patch) | |
| tree | c7050c2eb6c31bd3bb276aab7a5f38c49b52c280 /nova/api | |
| parent | 664ea40ebb0ee29a5fd11effeeed279ddc543f89 (diff) | |
| download | nova-780ee742328a476a96e1d5011024902a7e01d33b.tar.gz nova-780ee742328a476a96e1d5011024902a7e01d33b.tar.xz nova-780ee742328a476a96e1d5011024902a7e01d33b.zip | |
Move vpn_key_suffix into pipelib
Apart from one use in the EC2 API, vpn_key_suffix is only used in
pipelib.
blueprint: scope-config-opts
Change-Id: If90b9e77905161ea8d9263e8bae2c47ac5f79e91
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/cloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py index ce7095808..5dd861e8d 100644 --- a/nova/api/ec2/cloud.py +++ b/nova/api/ec2/cloud.py @@ -72,7 +72,7 @@ ec2_opts = [ CONF = cfg.CONF CONF.register_opts(ec2_opts) CONF.import_opt('my_ip', 'nova.config') -CONF.import_opt('vpn_key_suffix', 'nova.config') +CONF.import_opt('vpn_key_suffix', 'nova.cloudpipe.pipelib') CONF.import_opt('internal_service_availability_zone', 'nova.availability_zones') |
