- Aug 02, 2017
-
-
Jenkins authored
-
- Jul 31, 2017
- Jul 30, 2017
-
-
Jenkins authored
-
- Jul 28, 2017
-
-
Sam Yaple authored
This only existed to add an iptables rule for nova-net related things. Change-Id: I4e6c50d0908edde3b3cc68382f4466a828f377a5 Related-Bug: #1687187
-
Michal Nasiadka authored
Change-Id: I2d9fca7d4272c69c75b106ac4cea244a371d3b5f Closes-bug: #1707163
-
Jeffrey Zhang authored
In some case, docker can not remove container and raise following error message: Unable to remove filesystem for xxx remove /var/lib/docker/containers/xxx/shm: device or resource busy But the container is removed. This patch assumes container is removed if only container name is not shown in docker ps. Closes-Bug: #1662598 Change-Id: I079d5ec6178018403ec7a49c975f137e27eb9ad4
-
Jeffrey Zhang authored
Docker has an issue[0] when restart container. But stop then start works. [0] https://github.com/moby/moby/issues/29704 Change-Id: If0a9c0c257cd72209be8e138a1f0b8871500e089 Closes-Bug: #1707097
-
- Jul 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If20101daba52df4a41abe5e4606b317761bc936b
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
If not, change admin user password will break ceph rgw service. Change-Id: Ia872f6f1aa2d9917d3f5851e0edcffed61e71355 Closes-Bug: #1705929
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Ic043dcac9d9483374fbdac7287d686ba4a72fc6b
-
Jenkins authored
-
Jenkins authored
-
- Jul 26, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
Zun command is invalid, double colons are not valid. More info about this in bug report. Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703 Closes-bug: #1706569
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
Init fernet task fails if keystone_fernet container is not running and ssh port bind. This change add a check to ensure all keystone_fernet containers are running before init fernet tokens. Change-Id: Ib95bb5a47a9174f1a00b82cc8b697c0dc19c848e Closes-Bug: #1704758
-
Jenkins authored
-
Yotaro Konishi authored
Currently nova.conf.j2 generates two compute_driver options for nova_compute_ironic container like this: compute_driver = ironic.IronicDriver compute_driver = libvirt.LibvirtDriver nova_compute_ironic container fails to start because the latter value overrides the former one. This patch fixes the issue recently introduced in [1]. [1] 63314ad6 Change-Id: Ibb661a5a594120be4195d331c38883c3b2886361 Closes-Bug: #1706534
-
Tatsuma Matsuki authored
Apache access log formats are modified to be consistent with the format defined in wsgi-keystone.conf, which includes the response time (%D) and X-forwarder-For fields. Change-Id: I02aa5eb106fb894196dfb6e22daf2968e27ed3cb Closes-Bug: #1703571
-
Jeffrey Zhang authored
In the old implementation, if there is no external ntp server, only one local chrony server is supported. If multi chrony-server is configured, chrony client can not sync with them. In the new implementation * use VIP to connect chrony-server, which ensure multi local chrony servers are supported. * chrony servers depend on VIP. So chrony-server group should be the same with haproxy group. * prevent chrony client sync from itself. * Change owner to chrony:kolla for chrony log folder * fix keysfile path * use chrony user for centos and ubuntu image * fix permission issue for /var/lib/chrony folder Closes-Bug: #1705200 Change-Id: I6e85fda9824b5ddc7a96895425c5932a3566c27e
-
- Jul 25, 2017
-
-
Eduardo Gonzalez authored
Double dots were removed by mistake in previous changes. This causes incorrect transport url. Change-Id: Id3b28574d7f06cecc97ddfb26815a4758f6f065a
-
Jenkins authored
-
Eduardo Gonzalez authored
Quickstart guide can be confusing when pulling images if not using all-in-one deployment. Ansible will try to pull images in localhost rather than target nodes. Issue: https://ask.openstack.org/en/question/109026/kolla-ansible-pull-error/ Change-Id: Ib7e767ee814041d1939c49731092695485dd2870
-
Paul Bourke authored
The default backend storage for Glance in Kolla is file, as this is the easiest to deploy. However, this leads to frustration in a multinode scenario as the volumes aren't shared. This change sets glance_api to only start on one control node when using the file backend. DocImpact Closes-Bug: #1681301 Change-Id: I2c167bae6f34a102cd7fe66401d7defe13bf2bf7
-
Mathias Ewald authored
This patch adds Elasticsearch to Grafana as a data source Change-Id: I7c6452bba47274f9d971b8000e9d3e911617874d
-
Pavel Glushchak authored
Introduced new option enable_cinder_backup, that controls whether to deploy cinder-backup service. Change-Id: Ibb0ca0a478748d4caba4df434456ead0df95ffca Signed-off-by:
Pavel Glushchak <pglushchak@virtuozzo.com>
-