Update rax inventory script from Ansible.

This commit is contained in:
Chris Church
2013-10-31 13:12:55 -04:00
parent 2b6f551eb8
commit 0727a2ffa3
3 changed files with 137 additions and 290 deletions

View File

@@ -810,7 +810,7 @@ class RunInventoryUpdate(BaseTask):
ec2_path = self.get_path_to('..', 'plugins', 'inventory', 'ec2.py')
args.append(ec2_path)
elif inventory_source.source == 'rackspace':
rax_path = self.get_path_to('..', 'plugins', 'inventory', 'rax2.py')
rax_path = self.get_path_to('..', 'plugins', 'inventory', 'rax.py')
args.append(rax_path)
elif inventory_source.source == 'file':
args.append(inventory_source.source_path)