John Trowbridge e63403e935 Fix argument error in overcloud_deploy._heat_deploy
We were missing the 'target state' argument to the utils.set_nodes_state
call in the overcloud_deploy._heat_deploy method.

This patch also updates the tests to use 'autospec=True' for all of the mocks.
That would have caught this error.

Change-Id: Ib8b7d4bec4861e98615a127d400da2ae79410102
2015-05-21 07:45:41 -04:00
..