commit | 2b7eb88c6fe19f2ab7265a3263a598a3c48f3a96 | [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 | a53ef0282d9e56330a9f6ba9b5ab465e074f394b | |
parent | d6d2b6a227f37b181e3846231e051c014d29be99 [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):