Run an empty list of chef-client

Ensure that node attributes are properly propagated

Change-Id: Ibba6c26e914ba4fdbd2d0d0d67a5528ec6150bad
This commit is contained in:
Changbin Liu 2013-05-24 13:53:40 -04:00
parent 9dab6cc172
commit 2a9b402691
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ class Orchestrator(object):
"agent_forwarding": True})
threads.append(thread)
self._run_threads(threads)
# run an empty list to make sure attributes are properly propagated
self._run_chef_client(ipaddrs)
def _deploy_network_vxlan(self):
"""