From 65ed2499fde2ef2c804be2dd49e6f11b4ec7ca25 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 16 Jan 2012 11:33:34 -0800 Subject: [PATCH] DECLARE osapi_compute_listen_port for auth manager Fixes bug 916267 Change-Id: I3bce5c8825b5245d9c58d93a25ac0daaedb6d47c --- nova/auth/manager.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nova/auth/manager.py b/nova/auth/manager.py index f6c88e08..f6f55255 100644 --- a/nova/auth/manager.py +++ b/nova/auth/manager.py @@ -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')