commit | df88e07ed903956a46aa71751325ffa2f8c4b6ac | [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 | 5cb89e9891fbcd1bfe7731cd09e31922a286bcd3 [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"):