Now we support the map and list valuse of
the "for_each" argument to 'repeat' function,
but the error message tells "...must be lists",
it's inappropriate.
Closes-Bug: #1672936
Change-Id: I3bbe370772be7d01e63c1e88afffbd507ff75507
The change to stop using the Nova passthrough API for networking in
e8e0a2483a changed the type of exceptions
expected in a couple of places, without changing the exception handling
code accordingly.
7b17c8b4ee changed the exception handling
in one case, but continued to raise the exception instead of suppressing
it.
This patch suppresses the exception, and makes the same change to
another case of the problem.
Use a different network name for test_create_server_with_port instead of
'my_net' which is also used by one of the other tests in the same file,
to avoid the conflict at its source.
Change-Id: I2f1210e546a5ad7eef3ffd6537335049120b2d2c
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
Closes-Bug: #1694412
Change Ica5f87614f5fb98f253d65cbd4355dcc7c6714eb adds it to the
list of scenario tests to skip, whereas it's a functional test.
Related-Bug: #1694371
Change-Id: I84e806bad284cffb32e68fef6b14dfff11dba846
Check for the correct exceptions from neutronclient
when replacing network id with network name in
'networks' attribute of server.
This also changes one of the tests to use a different
network name.
Change-Id: I9457ed93857805ee30e550f23b1da3d262dd83fd
Closes-Bug: #1694412
Adds a new resource named OS::Mistral::ExternalResource which
allow users to use custom resource types implementing their actions
as Mistral workflows.
Implements: blueprint mistral-new-resource-type-workflow-execution
Change-Id: If02799e7457ca017cc119317dfb2db7198a3559f
This changes:
1. remove the implemention of NetworkConstraint, just
inherit from the super class NeutronConstraint;
2. remove the attribute 'cmd_resource' for neutron
constraints, and resolve the 'cmd_resource' in
find_resourceid_by_name_or_id()
Change-Id: I53ec9382a2e42c1a2742735bf15040c9db00f0cc
Rbac can not be create if property 'object_id' is
reference with other resource, a validation error
raised when the reference resource not created yet.
This change will fix that.
Change-Id: I30c1cbf139ef1e94cc168730750e5af03d55d957
Closes-Bug: #1691355
This replaces the deprecated (in python 3.2) unittest.TestCase
method assertRaisesRegexp() with assertRaisesRegex()
Change-Id: I405875738337433a36cba78023534615dea8b7b6
When resource references are used for properties restore
does not work for nova server and volume resources.
This patch fixes it and adds a functional test for it.
Change-Id: I34efb3f4e0d3578d95134793f5c5d413667790e0
Closes-Bug: #1687009
Now that we're making glance client api calls to get the image
after the snapshot is created, the image status is returned
in lower case.
This also fixes handle_delete_snapshot to make the correct
client api call.
Change-Id: I60c84d4bc3ba75604b0c5bd6c4819cd0504f1cc8
Closes-Bug: #1691939
ParameterGroups is added only for the parent stack and all
the nested stack are missing this information. Added
ParameterGroups for all the nested stack also, if present.
Change-Id: I032144733bde916f8de8644121b9fb1ef29baef2