Heka has been removed and replaced by fluentd.
Refer to https://review.openstack.org/#/c/437874/
Change-Id: I989e5d71b5ba4d036dd45c02b3923c5bf27a04ed
(cherry picked from commit c71e8ba8ffecad82b3c959e8eff84ff9b152a577)
* Bump aodh from 4.0.0 to 4.0.1
* Bump ceilometer from 8.0.1 to 8.1.0
* Bump cinder from 10.0.3 to 10.0.4
* Bump heat from 8.0.2 to 8.0.3
* Bump keystone from 11.0.2 to 11.0.3
* Bump magnum from 4.1.2 to 4.1.3
Change-Id: Iee4efeb9ce8e669646f01022b701037edd225531
python-libvirt need be compiled with libvirt header. compiling
it with different libvirt header may be failed.
So better install python-libvirt from OS distro.
Closes-Bug: #1707841
Change-Id: I0d7bf1576aaf24fc7c60f49923e37a6a1afe9a8e
(cherry picked from commit 17c5123fda995438a2fdba3ec40e6c4cec9c5505)
neutron-netns-cleanup script requires netstat command which is provided
by net-tools package.
Change-Id: Ic9417d2eb03e0dd93f7c668b189b4ad9c72eae0f
Closes-Bug: #1703078
(cherry picked from commit 985255acfeced0f77142185d8f38cf9f7bcbfde0)
* Bump cinder from 10.0.2 to 10.0.3
* Bump heat from 8.0.1 to 8.0.2
* Bump horizon from 11.0.2 to 11.0.3
* Bump ironic-ui from 2.2.0 to 2.2.1
* Bump monasca-ui from 1.5.0 to 1.5.1
* Bump sahara-dashboard from 6.0.0 to 6.0.1
* Bump ironic from 7.0.1 to 7.0.2
* Bump ironic-inspector from 5.0.0 to 5.0.1
* Bump magnum from 4.1.1 to 4.1.2
* Bump monasca-api from 1.6.1 to 1.7.0
* Bump monasca-log-api from 1.4.1 to 1.4.2
* Bump neutron from 10.0.1 to 10.0.2
* Bump neutron-lbaas from 10.0.0 to 10.0.1
* Bump nova from 15.0.5 to 15.0.6
* Bump sahara from 6.0.0 to 6.0.1
* Bump swift from 2.13.0 to 2.13.1
* Bump vitrage from 1.5.1 to 1.5.2
Change-Id: I112c4fc81283abcfad0fe2e73c9c5b6e6ae9b13e
Removes ceilometer-api vhost configuration from apache that comes with
ubuntu package to avoid errors resulting from duplicate configurations
Remove configuration from apache's sites-enabled configuration
Change-Id: I63d7395b134fc815355447f871436a4e8960d015
Closes-Bug: #1695875
(cherry picked from commit c8c60423644560aaa06c61541428b8354a89c563)
Since we changed kolla-ansible gating, we need to change logic in kolla
too
Change-Id: Ie9196d01b9ce1ca0199cd657cecd4ca33a1f050e
(cherry picked from commit cac89f9f65b9ac4afd0df61842340650f67a98bc)
* Bump cinder from 10.0.1 to 10.0.2
* Bump freezer from 4.0.0 to 4.0.1
* Bump freezer-api from 4.0.0 to 4.0.1
* Bump freezer-web-ui from 4.0.0 to 4.0.1
* Bump horizon from 11.0.1 to 11.0.2
* Bump keystone from 11.0.1 to 11.0.2
* Bump mistral from 4.0.1 to 4.0.2
* Bump nova from 15.0.4 to 15.0.5
Change-Id: I4fd2ede92a68cb1c22d9a04bd81ada9d8f71c03f
set_configs.py has logic to handle chown of directories. Simplify
the codebase by removing these unnessary chowns. Further the chowns
cause some forms of NFS backed storage to not work properly.
Change-Id: I8df95d06b1010778deb3e2a3065aaab26ed2eb6a
Closes-Bug: #1693973
set_perms may fail in some case, but it is not critical. Just leave a
warning rather than exit.
Change-Id: I757c7b60611fb6c0547bd1b26ec8a8af03684e5f
Closes-Bug: 1689454
(cherry picked from commit 97467c38c4df5ccd0a35bfa1c7626b0aceea0806)
* Bump panko from 2.0.1 to 2.0.2
* Bump cloudkitty from 5.0.0 to 5.0.1
* Bump heat from 8.0.0 to 8.0.1
* Bump keystone from 11.0.0 to 11.0.1
* Bump magnum from 4.1.0 to 4.1.1
* Bump mistral from 4.0.0 to 4.0.1
* Bump nova from 15.0.3 to 15.0.4
* Bump senlin from 3.0.0 to 3.0.1
Change-Id: I260b98803953cfc6464ed3b12c0d5a637322db24
In ubuntu is not evaluating correctly
if $user == root check at extend_start.
Changing to "$(whoami)" == 'root' fixes the issue
Change-Id: I296a1f98764cdfa09650c483bc7beba53e6bdba4
Closes-Bug: #1690360
(cherry picked from commit 45c54d7959a04dd95e871d6d00dd0fb84a5126d0)
Ubuntu removed tzdata and locales from docker images by default,
this is causing horizon to not come up failing
setting timezone:
```ValueError: Incorrect timezone setting: UTC```
Change-Id: I5bbc4d949ed481d1f6629dbb2f5edad174a36e63
Closes-Bug: #1686830
(cherry picked from commit 1aca75111df1fbf65908fecd01a695699c7833a1)
Sahara-engine use netcat in the neutron namespace to build
a session when use_namespaces=true, see utils/ssh_remote.py
in sahara source code.
Change-Id: I8a90d33f0b7b902e059077c3b9fd32ba7b7d7df4
Related-Bug: #1687624
Closes-Bug: #1687602
(cherry picked from commit 66413c804699f47e078dec663c281c25ef3e08ca)
This changes moves cinder-api to make use of apache to launch
its processes.
Ubuntu binary removed support in Ocata for cinder-api system
services [1].
At this moment cinder in Ocata branch is not working at all
due this issue.
This changes aims to fix cinder in master only for ubuntu binary
with the purpose of make a clean backport to stable/ocata without
do any other change on the backport process.
A follow up change will migrate other OS/install_type to make use of
Apache but only changing master branch.
[1] http://lists.openstack.org/pipermail/openstack-dev/2017-January/111069.html
Change-Id: I86ae3ec899e9b7b1ad9f727b9b9bb3549738f944
Closes-Bug: #1676751
(cherry picked from commit d14aadd65dc4d3658777ea5c5878197013a82e92)
A few new images got apache as part of blueprint
apache-packages-for-apis without a cleaning up. Without this step the
containers may fail to restart due to runtime files already present.
This commit fixes it for all images with the exception of heat-base so
that it can be cleanly backported to stable/ocata.
It also removes the unused APACHE_DIR variable from freezer-api and
keystone extend_start.sh script.
Change-Id: I47d75221b3d1aae91f11d3e0da83e221a00315b7
Closes-Bug: #1679565
(cherry picked from commit e2c7e2512a3e2373d4f92ec5bdd8152ce152ff0b)
Panko need pymongo library when mongo is used as panko
backend.
Change-Id: I1763ef2af2f5d13a5195eb105c2901e1ba44a854
Closes-Bug: #1681776
(cherry picked from commit 921cc029c5abd134df57c0ae706a67544d2e5fbc)
libosinfo is required by nova-compute.
Change-Id: I5615e191d1a9a2ea35cab41b6b03803ebfaf3cb1
Closes-Bug: #1670692
(cherry picked from commit 1421623579b71965fe9da25b2ecb0236081e3bb8)
When config drive is used when starting baremetal instance,
it fails because of missing binary mkisofs.
Change-Id: Ib142ca302458facfad99486ed89c2b3bb07d28c9
Closes-bug: #1686227
bash: nosetests: command not found
Change-Id: I2db98e758029adb7aae6ec60a4e5b2a229012d1c
Closes-Bug: #1685684
(cherry picked from commit d741d094e2a59968a3beae9f2090f15be2253275)