empty project and user id for server group list

Bug #1647096 reported by Vijendra Soni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
In Progress
Undecided
Vijendra Soni

Bug Description

project_id and user_id is empty in following:

openstack server group list --long
+--------------------------------------+---------------+----------+----------------------------------------------------------------------------+------------+---------+
| ID | Name | Policies | Members | Project Id | User Id |
+--------------------------------------+---------------+----------+----------------------------------------------------------------------------+------------+---------+
| 45c6f359-3143-45f2-aef3-02c082f95caf | affinitygroup | affinity | 1093c745-6aa3-4d99-9785-2818952b69d1, d103a5a1-828f-4fe3-ac3a-4f01cce45614 | | |
+--------------------------------------+---------------+----------+----------------------------------------------------------------------------+------------+---------+

openstack server show <member id> list project_id and user_id. They should also be listed in openstack server group list --long

Tags: network
Changed in python-openstackclient:
assignee: nobody → Vijendra Soni (vijendra-soni)
Revision history for this message
Vijendra Soni (vijendra-soni) wrote :

Started working on it

Changed in python-openstackclient:
status: New → In Progress
Revision history for this message
Vijendra Soni (vijendra-soni) wrote :

Analyzed the issue. At present compute API default version is set to 2.0 and project_id, User_id are supported from version 2.13 onwards. Current latest version is 2.38.

Manually resetting version is resolving this issue however it is impacting other API like 'list' method.

tags: added: network
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.