- Sep 22, 2016
-
-
caowei authored
TrivialFix Change-Id: Id3bbe547637386216a1001c729b277439fbe114f
-
Jeffrey Zhang authored
TrivialFix Change-Id: I643940d04ec0c2ffeb95816dde5d1438829c7464
-
zhubingbing authored
Closes-bug: #1624881 Change-Id: I1901089b09a7c0e519243f9f6399566a5f5d0d31
-
- Sep 21, 2016
-
-
bjolo authored
TrivialFix Change-Id: I11efb23a51d424710cdb3bab520b572486b16be6
-
James McCarthy authored
By having serial in site.yml for these roles will mean (particularly during an upgrade) that tasks can be executed out of the intended order across hosts, leading to unexpected results. Change-Id: I44f0c66c445d853a2e4af69119562f13b4424936 Closes-Bug: #1626096
-
Vladislav Belogrudov authored
Currently Cinder enables iscsid service only when LVM is choosen as backend. This fix will allow to specify external iSCSI storage via configuration add-on and to run iscsid independently of LVM settings. Change-Id: Iaae0f8025534e5ab1c5f9d5e812a7d41129915ef Closes-Bug: 1614125
-
caoyuan authored
TrivialFix Change-Id: Id2cd736f136068514f26977b434b15a8b1ffc8be
-
Paul Bourke authored
Currently Kolla operators are restricted to configuring one physical network (physnet1). This change along with ml2_conf.ini augmentation can be used to setup multiple physical networks in openvswitch. E.g. To configure two physical networks, physnet1 and physnet2, with ports eth1 and eth2 associated respectively: In /etc/kolla/globals.yml, set neutron_bridge_name: "br-ex,br-ex2" neutron_external_interface: "eth1,eth2" In /etc/kolla/config/neutron/ml2_conf.ini [ovs] bridge_mappings = physnet1:br-ex,physnet2:br-ex2 Co-Authored-By:
Mick Thompson <michael.a.thompson@oracle.com> Closes-Bug: #1625700 DocImpact Change-Id: I9454ca98d9b058368129123109ccc56f95519874
-
Eduardo Gonzalez authored
Change-Id: I4f24bcc69e02eaa961b5791b3986e969368c50a8 Closes-Bug: #1625691
-
- Sep 20, 2016
-
-
Eduardo Gonzalez authored
Apply a clear syntax adding missing spaces TrivialFix Change-Id: I4046ffc43d58db0b667e661aec83714bc67d8dbb
-
Christian Berendt authored
This solves the following issue: oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /etc/neutron/fwaas_driver.ini Change-Id: I606e591057574ca113f2cba18618f455f7c36bc6 Closes-bug: #1625672
-
Christian Berendt authored
TrivialFix Change-Id: If63053d707e0e6642883745c702d13b63093131a
-
Christian Berendt authored
TrivialFix Change-Id: I5ebb8bc42fa9483adfb397ba1856c750a3b70a7b
-
liyingjun authored
According to installation guide from murano[1] and devstack sample config[2], some of the configurations for keystone auth need to be changed. [1]: http://docs.openstack.org/developer/murano/install/manual.html#install-the-api-service-and-engine [2]: https://github.com/openstack/murano/blob/master/devstack/plugin.sh#L187-L194 Change-Id: I01f9fcf3d6eb849392c4717f8e4c78be069351a2 Closes-bug: #1624957 Closes-bug: #1621693
-
caowei authored
TrivialFix Change-Id: I2004b234520aa16ce2a76d8996cfb9d1a8174439
-
ZhongShengping authored
The auth parameters `admin_username`, `admin_password`, `admin_tenant_name` and `admin_url` of the [ironic] config option group are now deprecated and will be removed in a future release. Using these parameters will log a warning. Please use `username`, `password`, `project_name `and `auth_url` instead. Change-Id: I9e383788e35b83888b3b5cf927f67b0f3b4ef54b Closes-Bug: 1619266
-
Kevin Fox authored
TrivialFix Change-Id: If3b975710425a88f5cc8df016a009e5e5b413ca5
-
- Sep 19, 2016
-
-
Kevin Fox authored
* use template for transport_url that is working for kolla-kubernetes * use transport_url parameter in DEFAULT section Co-authored-by:
Christian Berendt <berendt@betacloud-solutions.de> Change-Id: I800b5bc4c178b5df4f208ee50944e2806fd6a7c1 Closes-bug: #1625352
-
Jeffrey Zhang authored
keystone-fernet container need keystone.conf file TrivialFix Change-Id: If4a75a4d9e88350963c31190bc09cee4862aa34d
-
Jeffrey Zhang authored
TrivialFix Change-Id: I72670b61c50ff30a6f9c17e99b60e4e99529c062
-
bjolo authored
TrivialFix Change-Id: I54151df7f869e0a7915ce6361eda8dfefe5d1870
-
Christian Berendt authored
Change-Id: I6fe7f0928812f816080ced76dec2659f2094276d Closes-bug: #1625317
-
Bartłomiej Daca authored
Change the conditions order in when statement. TrivialFix Change-Id: Ied9907ff25b66de3fd43502a920a88af8ff0cacd Closes-Bug: #1625256
-
Andrew Widdersheim authored
Use the ansible_version variable introduced in Ansible 1.8. It is a far more accurate check. TrivialFix Change-Id: I1265ca3de583ff6f9335b8e5e8fe4ea4aadf565b
-
bjolo authored
TrivialFix Change-Id: I4e84ac4e51a976ad132aa78b175855bed1d4bb20
-
liyingjun authored
Option `service_provider` is defined in neutron_lbaas.conf, there is a duplicated config option in neutron.conf, it should be removed there. Otherwise neutron-server will not be able to start with error: 'Invalid: Driver neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver is not unique across providers' Change-Id: I3fc379535eb00bbcb23aa41de95ca8161883a181 Closes-bug: #1625174
-
caowei authored
TrivialFix Change-Id: Ie7bd9b104bd6ce542a365e949941e22eb2c85695
-
caoyuan authored
TrivialFix Change-Id: Ic822c205012161ce71b6104a39ce9b70d6a0fcea
-
Christian Berendt authored
Change-Id: I78ce0071474fc693aa2a05397b2a9b5974266cd9 Partial-bug: #1609814
-
liyingjun authored
1. Install the missing vpnaas python module in neutron-server Dockerfile 2. Remove duplicated neutron-lbaas-common package from neutron-server, since it is installed in neutron-base 3. Fix service plugin config, it's not vpn`ass` ;)) 'vpnass' -> 'neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin' [1] [1]: https://github.com/openstack/neutron-vpnaas/blob/stable/newton/devstack/settings#L8 Change-Id: I5250b6875d96ef5df9cf39bce10ce072982aa80d Closes-bug: #1625020
-
caoyuan authored
TrivialFix Change-Id: I1072b2a179e49628f47c4f0ef0c8eb42a970e8c9
-
- Sep 18, 2016
-
-
Eduardo Gonzalez authored
Only enabled services logs should be added to cron container and be inclued in cron.json. This PS adds logic to only copy enabled services cron files. Change-Id: Id6303a4c77a0230599e11be165489ba46dba65e0 Closes-bug: #1623712
-
Waldemar Znoinski authored
Change-Id: I1ce97d18e45de19f88874894bdac588874aa6320 Closes-bug: #1613292
-
- Sep 17, 2016
-
-
Jeffrey Zhang authored
* add serial for reconfigure * set playbook serial by using variable * fix serial for barbican, influxdb and vmtp Closes-Bug: #1624607 Change-Id: I66530c7736e1673a592eddbde75637825d12d9e2
-
Jeffrey Zhang authored
Closes-Bug: #1624598 Change-Id: If66d82c782e6c8255b94cb00cdf0893630db596c
-
- Sep 16, 2016
-
-
Paul Bourke authored
* The recently merged aodh role is trying to copy api_paste.ini on startup which is already present at build time. * memcache_servers was using incorrect for loop syntax Note, the trim_blocks header is to solve the issue highlighted by Jeffrey[0] [0] http://lists.openstack.org/pipermail/openstack-dev/2016-September/103532.html Change-Id: I8baa5446b3b6271d57d54c4c1663a338d8ab3cc8 Closes-Bug: #1624462
-
Steve Noyes authored
The pattern is: [service:children] group ... [service-subservice:children] parent (or override) TrivialFix Change-Id: Iac91cf83f1d3df8a76460f51c3f2883e8c59df24
-
Christian Berendt authored
Change-Id: I0a40867ae65011fbfd53308b9d7f42d10435f5fa Closes-bug: #1607905
-
- Sep 15, 2016
-
-
Hui Kang authored
Change-Id: I7134bffab940ee780e5f5010d639af56f97b41d6 Co-authored-by:
Mohammad Banikazemi <mb@us.ibm.com> Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Co-Authored-By:
Antoni Segura Puimedon <antonisp@celebdor.com> Partially-implements: bp kuryr-docker-plugin
-
Christian Berendt authored
This parameter is usually not used and should not be provied in the template. TrivialFix Change-Id: I4faea2127b741e06e327dd3e65387678d0bb0527
-