Zun

zunclient: convert 'command' from string to list

Bug #1780656 reported by hongbin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zun
Fix Released
Medium
Madhuri Kumari

Bug Description

Zun server has convert the 'command' field from string to list [1]. We needs a client side support for this. In particular, on the "zun run" and "zun create" command, send the 'command' field as a list instead of string. For example,

  $ zun run cirros sleep 100

This should send the following to the server

  {"command": ["sleep", "100"], ...}

[1] https://review.openstack.org/#/c/575709/

hongbin (hongbin034)
Changed in zun:
importance: Undecided → Medium
status: New → Triaged
Changed in zun:
assignee: nobody → Madhuri Kumari (madhuri-rai07)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-zunclient 2.1.0

This issue was fixed in the openstack/python-zunclient 2.1.0 release.

Changed in zun:
status: Triaged → Fix Released
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.