shade/shade
David Shrewsbury 451e51340d Bug fix: create_stack() fails when waiting
The create_stack() call had two bugs: If wait was True, it attempted
to call an iterate method that had been moved to _utils; it also did
not return the stack from the get_stack() calls.

Change-Id: I2588e3a84729a8f1b3bfcb6d401c7d51fb16832b
2015-12-14 09:13:00 -05:00
..
cmd Support private address override in inventory 2015-10-21 08:34:39 +09:00
tests Bug fix: create_stack() fails when waiting 2015-12-14 09:13:00 -05:00
__init__.py Use the requestsexceptions library 2015-11-04 18:18:41 -05:00
_log.py Add a NullHandler to all of our loggers 2015-09-22 16:10:11 -05:00
_tasks.py Bug fix: Fix pass thru filtering in list_networks 2015-12-08 15:27:55 -05:00
_utils.py Provide a better comment for the object short-circuit 2015-12-02 15:11:23 +00:00
exc.py Don't double-print exception subjects 2015-12-01 17:01:35 +00:00
inventory.py Use OCC to create clouds in inventory 2015-10-21 03:28:27 +00:00
meta.py Four minor fixes that make debugging better 2015-11-13 10:12:32 -05:00
openstackcloud.py Bug fix: create_stack() fails when waiting 2015-12-14 09:13:00 -05:00
operatorcloud.py Merge "Bug fix: Allow name update for domains" 2015-12-11 18:22:06 +00:00
task_manager.py Retry API calls if they get a Retryable failure 2015-11-24 11:18:31 -05:00