Grab CONF from the correct place

A recent change to Nova broke this again. This fixes the issue.
This commit is contained in:
Terry Wilson 2012-11-20 13:54:19 -06:00
parent 705c54edb6
commit af5ae1e3ca
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ opts = [
default=6080,
help='Port on which to listen for incoming requests'),
]
CONF = config.CONF
CONF = cfg.CONF
CONF.register_cli_opts(opts)
# As of nova commit 0b11668e64450039dc071a4a123abd02206f865f we must