Update powervc neutron agent to match new change.

neutron.common.config has changed setup_logging method signature.
powervc neutron agent code needs to be updated

Change-Id: Iab045cb3a42d8528c093006acf7e5cc0d3a2618d
Closes-Bug: #1368009
This commit is contained in:
Yi Ming Yin 2014-09-11 13:26:31 +08:00
parent 33e09d2496
commit 66ac1ea035
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ from neutron.common import config as logging_config
from powervc.common import config
config.parse_power_config(sys.argv, 'powervc-neutron')
logging_config.setup_logging(config.CONF)
logging_config.setup_logging()
from powervc.neutron.agent.neutron_powervc_agent import main