Updating the queue's metadata in the ui does not work
Bug #1581253 reported by
Thai Tran
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zaqar-ui |
Fix Released
|
High
|
Feilong Wang | ||
zaqar |
New
|
Undecided
|
Unassigned |
Bug Description
Whenever I update a queue with metadata, it does not get persisted. The next time I visit the page, the metadata is gone.
Steps to reproduce:
1. create a queue in the zaqar-ui
2. add some metadata to the queue and update
3. you will see the metadata show up (but it is not persisted)
4. refresh the entire page
5. click on the chevron icon (>) to open the drawer
6. notice that the metadata object is blank {}
Changed in zaqar-ui: | |
importance: | Undecided → High |
Changed in zaqar-ui: | |
assignee: | nobody → Fei Long Wang (flwang) |
status: | Confirmed → In Progress |
To post a comment you must log in.
the reason is that zaqar client(which zaqar-ui use to talk with zaqar) doesn't support update metadata in v2. After this patch https:/ /review. openstack. org/#/c/ 294368/ be merged, you can try it again.