openstack cluster profile type ops error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-senlinclient |
Fix Released
|
Undecided
|
chenyb4 |
Bug Description
Senlin support "list profile type operation", use openstack cluster profile type ops os.nova.server-1.0 appear error, the error message:
Connection: <openstack.
Clustering client initialized using OpenStackSDK: <openstack.
'Proxy' object has no attribute 'list_profile_
Traceback (most recent call last):
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
return super(Command, self).run(
File "/usr/lib/
column_names, data = self.take_
File "/mnt/python-
ops = senlin_
AttributeError: 'Proxy' object has no attribute 'list_profile_
clean_up ProfileTypeOper
Traceback (most recent call last):
File "/usr/lib/
ret_val = super(OpenStack
File "/usr/lib/
result = self.run_
File "/usr/lib/
ret_value = super(OpenStack
File "/usr/lib/
result = cmd.run(
File "/usr/lib/
return super(Command, self).run(
File "/usr/lib/
column_names, data = self.take_
File "/mnt/python-
ops = senlin_
AttributeError: 'Proxy' object has no attribute 'list_profile_
The error reson is openstacksdk project not exist cluster 'list_profile_
Senlin support list profile types op api: /developer. openstack. org/api- ref/clustering/ ?expanded= perform- an-operation- on-a-node- detail, create- receiver- detail# list-profile- type-operations
Refer to https:/
Senlinclient support list profile types op cli commit patch: /review. openstack. org/#/c/ 492047/
https:/