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/tests | |
| parent | 664ea40ebb0ee29a5fd11effeeed279ddc543f89 (diff) | |
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/tests')
| -rw-r--r-- | nova/tests/test_pipelib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_pipelib.py b/nova/tests/test_pipelib.py index b38b2238e..85c2ca2cd 100644 --- a/nova/tests/test_pipelib.py +++ b/nova/tests/test_pipelib.py @@ -21,7 +21,6 @@ from nova import test from nova import utils CONF = cfg.CONF -CONF.import_opt('vpn_key_suffix', 'nova.config') class PipelibTest(test.TestCase): |
