commit | 8d866fa41938cf031f95dae2b2bbce72322f22ff | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jun 16 14:49:43 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jun 16 14:49:43 2016 -0700 |
tree | 893477fc9316928d31620fc08b47aacffa0e1691 | |
parent | 32cdad3ad0c116ac8d83f57602f1d5ba4eb9b4d0 [diff] | |
parent | 2b7eb88c6fe19f2ab7265a3263a598a3c48f3a96 [diff] |
Merge branch 'feature/onboard'
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):