commit | 83734053ba722f70325f5146e06bda061fbe5dfd | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue May 12 16:13:29 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue May 12 16:13:29 2015 -0700 |
tree | e6c8eb29d48230a6324286265738b3b0656f070b | |
parent | 55471311aaffc28aa2faace4dee3192edec3691d [diff] |
set ansible_tag for vcpe syncstep
diff --git a/xos/observers/vcpe/steps/sync_vcpetenant.py b/xos/observers/vcpe/steps/sync_vcpetenant.py index 3fc9310..8cda4ef 100644 --- a/xos/observers/vcpe/steps/sync_vcpetenant.py +++ b/xos/observers/vcpe/steps/sync_vcpetenant.py
@@ -97,6 +97,7 @@ "hostname": sliver.node.name, "instance_id": sliver.instance_id, "private_key": service_key, + "ansible_tag": "vcpe_tenant_" + str(o.id) } if hasattr(o, "sync_attributes"):