- 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
-
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
-
-
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
-
Zuul authored
-
Zuul authored
-
ZhongShengping authored
Option auth_uri from group keystone_authtoken is deprecated[1]. Use option www_authenticate_uri from group keystone_authtoken. [1]https://review.openstack.org/#/c/508522/ Co-Authored-By:
confi-surya <singh.surya64mnnit@gmail.com> Change-Id: Ifd8527d404f1df807ae8196eac2b3849911ddc26 Closes-Bug: #1761907
-
- Aug 06, 2018
-
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
The variable 'ironic_dnsmasq_interface' is used to configure the interface used by the ironic inspector dnsmasq service for DHCP on the inspection network. It is being used correctly in inspector.conf, but not in the dnsmasq configuration file, which uses api_interface. This change modifies the dnsmasq configuration file to also use ironic_dnsmasq_interface. Change-Id: I7670544f4bc41c93ac1d081486502f9ffb8f2286 Closes-Bug: #1785574
-
Zuul authored
-
- Aug 04, 2018
- Aug 03, 2018
-
-
Mark Goddard authored
If the index already exists, kibana will respond with a 400 error. This is required to support reconfigure and upgrade of kibana. Change-Id: Ieee6d636fe81692dffb886f917b8398df10a525f
-
Kevin Tibi authored
Change the path for kibana binary and add upgrade tasks for elasticsearch [1]. [1] https://www.elastic.co/guide/en/elasticsearch/reference/5.0/restart-upgrade.html Depends-On: I8ed60eab2c15ae966960bcbeadb7aa25fece83a5 Change-Id: I9f566c0cb808c905736cc4090539672863260ad5 Implements: bp-elasticsearch-upgrade
-
Zuul authored
-
Zuul authored
-
Will Miller authored
Ironic requires the Keystone credentials to communicate with Cinder if booting from volume. Change-Id: Id9a90d986e391e84c8ad918af371a5aef33a3524 Closes-Bug: #1785201
-
Will Szumski authored
This allows you to append additional kernel parameters to the kernel used for inspection. Change-Id: Ibc851145a3ffdaaad526ef999c8f024bd222dd5b
-
caoyuan authored
since we use chrony container to adjust time by default, we no need to enable ntp service, this ps to disable it. Change-Id: I2f1fd9269c9f8cfd0c98e0e903ba69de692473a0
-
caoyuan authored
and ps to make the port configurable Change-Id: I919767469087b9579e3d2f0965df835e7b71c327
-
Zuul authored
-
Zuul authored
-
caoyuan authored
Now, kolla-ansible support non-root to deploy[0], the note is outdated and inaccuracy, remove it is necessary [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L18 Change-Id: I4fc005949afd64389bc2be68161426c6a2590ca4
-