lbaas: update pool Error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Eugene Nikanorov |
Bug Description
the lbaas CMD:
1. frist create a pool
$quantum lb-pool-create --lb-method ROUND_ROBIN --name mypool--protocol HTTP --subnet-id edad01a7-
2. then update the pool
$quantum lb-pool-update --request-format json mypool1 --name mypool
The Error info from the lbaas Agent:
013-05-30 14:12:59 ERROR [quantum.
Traceback (most recent call last):
File "/opt/stack/
logical_config = self.plugin_
File "/opt/stack/
topic=
File "/opt/stack/
return rpc.call(context, real_topic, msg, timeout)
File "/opt/stack/
return _get_impl(
File "/opt/stack/
rpc_
File "/opt/stack/
rv = list(rv)
File "/opt/stack/
raise result
AttributeError: 'NoneType' object has no attribute 'status'
Traceback (most recent call last):
File "/opt/stack/
**args)
File "/opt/stack/
quantum_ctxt, version, method, namespace, **kwargs)
File "/opt/stack/
return getattr(proxyobj, method)(ctxt, **kwargs)
File "/opt/stack/
or pool.vip.status != constants.ACTIVE):
AttributeError: 'NoneType' object has no attribute 'status'
It is because that it has not check the existence of vip in a pool leading to the pool.vip.status to error
description: | updated |
Changed in quantum: | |
assignee: | nobody → Eugene Nikanorov (enikanorov) |
Changed in quantum: | |
status: | New → Triaged |
Changed in quantum: | |
status: | Triaged → Confirmed |
importance: | Undecided → Medium |
Changed in quantum: | |
milestone: | none → havana-2 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/31002
Review: https:/