Revert "Test create VM with unaddressed port"

This reverts commit 14db1e80741014dcab4733202d0d45388f77a741.

This is constantly failing in nova-next now with:

Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 192, in test_boot_vm_with_unaddressed_port
    server = self.create_test_server(
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/api/compute/base.py", line 247, in create_test_server
    body, servers = compute.create_test_server(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
    body = clients.servers_client.create_server(name=name, imageRef=image_id,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 129, in create_server
    resp, body = self.post('servers', post_body)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
    resp_header, resp_body = self.request(
                             ^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
    self._error_checker(resp, resp_body)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
    raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Port 7896377a-52fa-43b1-94d6-c97eb5e4ac79 requires a FixedIP in order to be used.'}

e.g. https://9d9eac1385c9916c71e7-8b0899cb6c8c0582fa25b52fb6031f3e.ssl.cf2.rackcdn.com/openstack/e293ec7c475544fab51185c08ef61814/testr_results.html

Change-Id: Ib1b5e025abce2ad755ea4925de0ca9149348f652
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
1 file changed