NeutronResourcesTestJSON Use the correct resource name for console log
Fetching the nova console log on error is failing because an incorrect
heat resource name is being used.
This will not reduce the failure rate for this test, but it will
enable collection of better debugging information.
Change-Id: I9d48eec23919bc8e6bc84b54d1e7aa8e8649f56b
Closes-Bug: #1284861
diff --git a/tempest/api/orchestration/stacks/test_neutron_resources.py b/tempest/api/orchestration/stacks/test_neutron_resources.py
index 3e621f4..291f0d1 100644
--- a/tempest/api/orchestration/stacks/test_neutron_resources.py
+++ b/tempest/api/orchestration/stacks/test_neutron_resources.py
@@ -135,7 +135,7 @@
# the cause of the server not signalling the waitcondition
# to heat.
resp, body = cls.client.get_resource(cls.stack_identifier,
- 'SmokeServerNeutron')
+ 'Server')
server_id = body['physical_resource_id']
LOG.debug('Console output for %s', server_id)
resp, output = cls.servers_client.get_console_output(