DECLARE osapi_compute_listen_port for auth manager

Fixes bug 916267

Change-Id: I3bce5c8825b5245d9c58d93a25ac0daaedb6d47c
This commit is contained in:
Brian Waldon
2012-01-16 11:33:34 -08:00
parent 75d93e177e
commit 65ed2499fd

View File

@@ -76,6 +76,9 @@ flags.DEFINE_string('credential_rc_file', '%src',
flags.DEFINE_string('auth_driver', 'nova.auth.dbdriver.DbDriver',
'Driver that auth manager uses')
flags.DECLARE('osapi_compute_listen_port', 'nova.service')
LOG = logging.getLogger('nova.auth.manager')