OpenStackSDK refactoring caused various OSC networking commands to fail
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack SDK |
New
|
Undecided
|
Unassigned | ||
OpenStack Shared File Systems Service (Manila) |
Invalid
|
Critical
|
Unassigned | ||
python-openstackclient |
New
|
High
|
Unassigned | ||
tacker |
Fix Released
|
High
|
Unassigned |
Bug Description
After merging upper constraint change for python-openstacksdk project (which is used by python-
[1] our devstack installation started failing where we try to create security group for manila.
here is logs:
http://
Where we see following error:
$ openstack security group create manila-service --description 'manila-service description'
'SecurityGroup' object has no attribute 'keys'
So, it can be said, that it is regression problem in sdk project, because it started returning class instances instead of dicts as was before.
[1] https:/
[UPD]
One more breakage:
$ openstack security group rule list manila-service
invalid literal for int() with base 10: '137:139'
tags: | added: devstack |
Changed in manila: | |
importance: | Undecided → Critical |
milestone: | none → ocata-3 |
description: | updated |
description: | updated |
description: | updated |
summary: |
- Creation of security group in devstack is broken using openstackclient + OpenStackSDK refactoring caused various OSC networking commands to fail |
Changed in python-openstackclient: | |
importance: | Undecided → High |
Changed in tacker: | |
status: | New → Fix Committed |
Changed in manila: | |
milestone: | ocata-3 → ocata-rc1 |
Changed in manila: | |
milestone: | ocata-rc1 → none |
Changed in tacker: | |
status: | Fix Committed → Fix Released |
Related fix proposed to branch: master /review. openstack. org/414610
Review: https:/