nova-lxd/nova/virt/lxd
James Page 95e1db84bc Pass readonly flag as a string, not a boolean.
The LXD API requires that data be passed as strings; pass the
readonly flag for config-drive support as a string to ensure
it can be parsed by LXD avoiding the following error:

  json: cannot unmarshal bool into Go value of type string

Change-Id: I0c5dbd9cb8b8ea4f43398849f8b4c33305231d54
Closes-Bug: 1691428
2017-05-17 10:54:06 +01:00
..
__init__.py Fix nova-lxd driver loading 2016-05-11 10:06:16 -04:00
common.py Refactor storage handling 2016-12-13 17:57:56 +00:00
driver.py Pass readonly flag as a string, not a boolean. 2017-05-17 10:54:06 +01:00
flavor.py Update output to match our specs 2017-04-27 11:42:02 +02:00
session.py Remove log translations 2017-03-21 16:14:27 +08:00
storage.py Refactor storage handling 2016-12-13 17:57:56 +00:00
vif.py Move nova-lxd to use os-vif. 2016-11-15 20:45:46 +00:00