fog / fog-rackspace

Rackspace provider gem for Fog ecosystem
MIT License
8 stars 36 forks source link

support rax_service_level_automation=Complete #10

Open plribeiro3000 opened 8 years ago

plribeiro3000 commented 8 years ago

It would be awesome if there was a flag in the fog-rackspace library that would allow for managed => True to be set for a server the fog is going to create.

This would allow for waiting for the metadata rax_service_level_automation=Complete to be set before fog logs in and makes changes, so that the rackspace postbuild automation can be run before the Root user's password is disabled.

There are 3 options that rax_service_level_automation gets set to

'In Progress' when the automation is running 'Complete' when the automation is finished 'Build Error' when the automation fails

Any help in getting that added would be awesome, thanks! Daniel

Original issue opened by @gtmanfred at fog/fog#3714

plribeiro3000 commented 8 years ago

cc/ @gtmanfred @geemus