Skip to content

Instantly share code, notes, and snippets.

Created July 29, 2013 09:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/346578c85f3bccacf207 to your computer and use it in GitHub Desktop.
[ERROR ] Failed to create VM web01.xxx.nl. Configuration value 'ipAddress' needs to be set
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/saltcloud/cloud.py", line 594, in create
output = self.clouds[func](vm_)
File "/usr/local/lib/python2.7/dist-packages/saltcloud/clouds/ec2.py", line 818, in create
ip_address = data[0]['instancesSet']['item']['ipAddress']
KeyError: 'ipAddress'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment