commit | 41fa53598ac43e0d9e6b64ad3f5808cb8ac96e1e | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Fri Aug 25 12:52:40 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Thu Sep 07 12:22:28 2017 -0500 |
tree | caea2574d8f1d8cc659ba7e48fab7aa53359e3f4 | |
parent | e7cae95c30c1289457c2a6582f2606547dbc6224 [diff] [blame] |
add Vendor model to select flavor/image at Tenant creation Change-Id: I48343e55d24d5d298174f96886674cd75553fc41
diff --git a/xos/tosca/resources/vmmetenant.py b/xos/tosca/resources/vmmetenant.py index 4c6f2f7..4ef27ab 100644 --- a/xos/tosca/resources/vmmetenant.py +++ b/xos/tosca/resources/vmmetenant.py
@@ -29,3 +29,4 @@ def can_delete(self, obj): return super(XOSVMMETenant, self).can_delete(obj) +