commit | f7b4646b8bbe64275c14f32734f259c555d3f6b1 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jun 16 14:19:38 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jun 16 14:19:38 2016 -0700 |
tree | c0635927d5f1068f2c05a52dabe49b2b18a13e38 | |
parent | 399262cda87ff087edf09ca364d827a953bed23c [diff] |
fix read_only property not plumbed through tosca
diff --git a/xos/tosca/resources/xosmodel.py b/xos/tosca/resources/xosmodel.py index 86aa8a8..343fb1f 100644 --- a/xos/tosca/resources/xosmodel.py +++ b/xos/tosca/resources/xosmodel.py
@@ -17,7 +17,7 @@ class XOSVolume(XOSResource): provides = "tosca.nodes.XOSVolume" xos_model = XOSVolume - copyin_props = ["host_path"] + copyin_props = ["host_path", "read_only"] name_field = "container_path" def get_xos_args(self, throw_exception=True):