zun/zun
rajat29 b03fbe6dfd Convert type of 'command' from string to list
Zun is currently using a string representation of 'command',
but Docker is returning 'Cmd' in string representation. This
requires a conversion of commands between list and string,
which is complicated and error-prone (it might causes bugs like
https://review.openstack.org/#/c/551795/).
It is better to switch from string to list

Co-Authored-By: Hongbin Lu <hongbin034@gmail.com>

Change-Id: Ie0df504a67cc20907d35e3513fd80d3f6be687fd
Closes-Bug: #1755019
2018-06-30 18:28:40 +00:00
..
api Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
cmd Introduce rootwrap and filter 2018-03-14 04:36:33 +00:00
common Merge "Introduce container resize API" 2018-06-29 04:26:17 +00:00
compute Introduce container resize API 2018-06-23 18:18:52 +00:00
conf Tune the default cpu/memory/disk 2018-05-13 15:54:57 +00:00
container Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
db Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
hacking Remove unused nova related code 2018-04-21 14:41:08 +00:00
image Modify the rule of filtering glance tag 2018-05-09 23:39:30 +08:00
network Support network_attach with more parameters 2018-05-29 02:31:41 +00:00
objects Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
pci Port pci request from nova to zun 2017-10-31 18:32:57 -04:00
scheduler Filter disabled service for Chance Filter 2018-05-21 01:17:27 +00:00
servicegroup Customizing the availability zone of each compute node is Ineffective 2018-04-09 10:19:46 +08:00
tests Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
volume Use six.test_type instead str format 2018-05-02 23:06:54 +08:00
websocket Support websocket proxy for exec 2018-06-16 02:11:36 +00:00
__init__.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00
MANIFEST.in update higgins with zun 2016-06-08 22:21:34 -05:00
version.py Use __future__ module absolute_import 2017-07-07 10:34:28 +07:00