- Aug 23, 2018
-
-
Zuul authored
-
qingszhao authored
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ife0cb63cf4e5c1cf2ce43510bbf9ff130fdfc1f7 Story: #2002586 Task: #24305
-
qingszhao authored
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I2e313bb43d3a03a0d516cd87a77b3911363de7ee Story: #2002586 Task: #24305
-
qingszhao authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Iddd03da96d104a4c44c811b2dffd36a2d5b5d14e Story: #2002586 Task: #24305
-
- Aug 20, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
wu.chunyang authored
now,the trove does not support policy customization. this ps to add it. Change-Id: I32d62d0293ddf63572cf754a7108ed74f94b216a
-
- Aug 17, 2018
-
-
Doug Szumski authored
Monasca defaults to using the public endpoint to register Monasca endpoints which is bad practice and doesn't work on some deployments. This change uses the admin interface by default. Change-Id: Ia9c5e041e71867fe72aad43e1344cd2107652d7d Co-Authored-By:
Mark Goddard <mark@stackhpc.com> Closes-Bug: #1787610
-
Eduardo Gonzalez authored
Revert this change once the insecure usages are fixed. Change-Id: Id7e8c9fe72db1b6f123eca540e09f77ddee2f242
-
- Aug 15, 2018
-
-
Zuul authored
-
Mark Goddard authored
As discussed in Kolla IRC meeting 26th July 2018 [1]. [1] http://eavesdrop.openstack.org/meetings/kolla/2018/kolla.2018-07-25-15.00.log.html#l-77 Change-Id: I6fc46658a9516e44843f31a308504534a6b93d8d
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Ha Manh Dong authored
Change-Id: Icc949ce71fb2788d8aa91346bf8559c2c11bcb2c Close-Bug: #1787097
-
Eduardo Gonzalez authored
When deploying designate if no designate_forwarders_addresses is provided, bind9 container keeps restarting due an invalid(empty) forwarder addresses is set in named.conf Change-Id: I7d309eb077243435dd2038629074251abec7d3e1 Closes-Bug: #1787092
-
- Aug 14, 2018
- Aug 13, 2018
-
-
Cong Ha Minh authored
Disable neutron-lbaas-agent and use lbaasv2-proxy when enable octavia. Use keystone-auth v3 and internal endpoint for lbaasv2 plugin. Change-Id: I69e8436f3722cf99644457323b71b94dc9036bb9 Co-Authored-By:
Hieu LE <hieulq2@viettel.com.vn> Closes-Bug: #1756771 Closes-Bug: #1738115
-
Zuul authored
-
caoyuan authored
With the more recent versions of ansible, we should now use "is" instead of the "|" This should update it. Change-Id: I6fba56fca182349972e8b0ee5452b37aa4090e0c
-
Zuul authored
-
Zuul authored
-
- Aug 10, 2018
-
-
wu.chunyang authored
shara_api need auth_url arguments in keystone_authtoken group. follow the configure document[0], the auth_url should under trustee group. but the keystone use default "keystone_authtoken " group to authenticate,if we wanna use trustee group to authenticate, we need add "auth_section=trustee" under keystone_authtoken group ,when add this , the trustee group also need auth_type which sahara have not register into oslo_config.when add to register,the username may hardcode[1],so i think the best way to reslove this problem is to add auth_url under keystone_authtoken [0]https://docs.openstack.org/sahara/latest/configuration/descriptionconfig.html [1]https://github.com/openstack/sahara/blob/d60a3b152b4ff3ba48cb9199eac1aad8e182f6e1/sahara/utils/openstack/keystone.py#L41 Change-Id: I7e94cf56fa38f01e2b3d93303f8192cb66ba76ab
-
wu.chunyang authored
fix monasca api warning,the new config file name is api.conf Change-Id: Iabfbeab45d4e16602781d5fdf1ff0b2b67168d77 Closes-Bug: #1784656
-
- Aug 09, 2018
-
-
Eduardo Gonzalez authored
Tacker is failing registering VIM monitoring into mistral because the v3 in the auth url. The auth url is being used auth_url + '/v3' in the code, ending in a http://url:35357/v3/v3 https://github.com/openstack/tacker/blob/210d8f93bb5e7e179bff176d98d3079ab7f33ca0/tacker/nfvo/nfvo_plugin.py#L93 Change-Id: If5abbee1377ecdb2913a42bdfa77e7fbbfbe9367
-
Eduardo Gonzalez authored
Missing the module name in the examples. Change-Id: I7a60f92bd163688401ab5dd0f6cc9464ae934356
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Aug 08, 2018
-
-
Jorge Niedbalski authored
Change https://review.openstack.org/#/c/571826/4/ introduced the usage of merge_yaml for rendering the prometheus-alertmanager.yml configuration. However the merge_yaml module doesn't do a deep copy of >= second level properties, so it doesn't works for most configurations. Bug: #1786077 Change-Id: I35297c6e2a3800582fb1fd3782a5d93558562b1d Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Farid Da Encarnacao authored
If we are not using l3 ha mode, it’s not necessary to delete the namespaces related to l3. It will speed up the start of the neutron l3 agent. Change-Id: I78f6d927a78e8f9e4ed855e4b6d1362bdfc6b985 Closes-Bug: #1785880
-
Zuul authored
-
Zuul authored
-
Xinliang Liu authored
ResellerAdmin role is used to give users object storage administration role in their projects. It is required to pass object storage quotas tests[1] of DefCore (OpenStack Powered) certification test suite. [1] tempest.api.object_storage.test_account_quotas* Related-Bug: #1700729 Change-Id: Id976827aa7da271e54b77476f175f06bd1a00cc8
-
- Aug 07, 2018
-
-
Eduardo Gonzalez authored
With the current increase of zuul jobs and service testing, is easier to maintain and control what changes are done in different files. Ideally jobs.yaml would be split into multiple files, in example per distro, install type, aio or multinode, etc Change-Id: I78d3f1f00f96ef3042e94bba6b19e61d7fff4203
-
Zuul authored
-