python-tripleoclient/tripleoclient/tests/v1/overcloud_node
Dougal Matthews 0af664656d Default the stack name to 'overcloud' in overcloud node delete
The stack needs to be passed as either a CLI arg with --stack or via the
environment variable OVERCLOUD_STACK_NAME. At the moment if it isn't
provided either way the workflow is called with an empty string for the
stack name. This will then fail.

This change defaults the stack name to 'overcloud' which matches the
deploy command. One of the unit tests was updated so that it didn't pass
the default value to ensure that it can still be overwritten.

Change-Id: Ie44d5cba90e81ae1a35a4cabc6e20a202bfddef0
Closes-Bug: #1640244
Partial-Bug: #1640770
2016-11-10 12:50:46 +00:00
..
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
fakes.py Migrate to using osc-lib 2016-09-13 22:35:01 +00:00
test_overcloud_node.py Default the stack name to 'overcloud' in overcloud node delete 2016-11-10 12:50:46 +00:00