Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.
Until the requirements repository has as stable/train branch, tests will
continue to use the upper-constraints list on master.
Change-Id: Iea3dba53b2363e164068091795d1824fcc156b92
TripleO uses stack preview for deploy preparation tasks.
When there is a error in SoftwareConfig template, 'config'
results in null, without any debug or error message. Adding
log message to identify such errors easily.
Change-Id: I5700e091336fa11c7edcdd575ee27f0a49639ff8
As per CLI and GUI, availability_zone is not mandatory. In templates,
it is. This is incorrect.
This patch corrects behaviour to match CLI and GUI.
Change-Id: Ice37340f084ea65bd4b46562145e82ede6bc0df5
Closes-Bug: 1749767
Change 'multiattach' property support status to HIDDEN
From queens release this is an extra-spec capability of volume type and
the ability to attach a volume to multiple hosts/servers requires that
the volume is of a special type that includes an extra-spec capability
setting of multiattach=<is> True.
Address v1 designate client removal from python-designateclient
designateclient v1 has been removed and we need to stop testing
it with client plugin.
Change-Id: I6fd022ea6cabfb7fadf49152babd215e07f8bec1
The default values for the 'delete_on_termination' flag for
the 'block_device_mapping_v2' depends on other parameters
of the mapping and it is not obvious for a user which default
is used in which case.
This patch documents the defaults for the different cases.
Change-Id: I44e3646e55c067aea95044f5da7c5536387d6f23
Signed-off-by: Andreas Florath <Andreas.Florath@telekom.de>
We may end up loading lots of nested stacks concurrently with
convergence and those would try to discover endpoints and fetch
access info objects from keystone. This at times results in
ConnectTimeout errors from keystone. We can avoid these errors
by adding some retries.
Also adds retries to client_plugin get_endpoint() calls, which has
simillar issue.
Change-Id: I18cde971248eff5783f97c9e7a60316d7dd93431
Task: 36349
When creating session clients we should use 'connect_retries'
for clients that use Adapter interface. This will
allow retries when we get ConnectTimeout errors.
Task: 36331
Change-Id: Ic526c8039c91353e772eee7b55f1d263470c86bb
openstack-tox-docs is failing with below error.
Warning, treated as error:
html_static_path entry '_static' does not exist
Change-Id: Ic6f5a463f0ec95537ebea0855ebd71d4e4ed5df4
update_input_data in sync_point.sync() at times fails with
DBDeadlock. Let's add retry like sync_point_create()
Change-Id: Id4468801bcffa7a704d90d2e190ec8dbb9a0a00b
Task: 36299
Create firewall by heat with template file unsuccessfully due to
"INACTIVE".But I can create firewall successfully In the state of
INACTIVE via the rest api of neutron. And the status INACTIVE to
firewall is that the firewall is not applied to a router.And it
can still work in INACTIVE status. So we can judge the firewall
is created successfully in inactive state.
Change-Id: I6c329808b1a0b27a5a6e834de41fa9944739b9a0
Story: #2006351
Task: #36117
The cluster_attach_policy and cluster_detach_policy in openstacksdk have
been deprecated and removed in [1]. This patch set fixes Senlin policy
resource to use the new method names in openstacksdk.
[1]
603ba0d7d9
Change-Id: I150b97d363756535af21cdfb9b1816ad83242602
Task: 35792
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Change-Id: Ie6b9bdc0cdb6939903920806334f71aa6133c12b
Calling openstacksdk's create_cluster no longer returns the action id in
the location. Instead the caller has to use the cluster id to query the
cluster status and determine the execution status based on that.
Change-Id: Ia09915dc0529aaec21d0826f28e29d435354e5e0
Task: 35786