Merge "Port items from instack-undercloud"

This commit is contained in:
Zuul 2018-09-04 02:02:51 +00:00 committed by Gerrit Code Review
commit 8429b1acb2
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eu
set -o pipefail
# Enable persistent logging for the systemd journal
mkdir -p /var/log/journal

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eux
set -o pipefail
rm -f /etc/libvirt/qemu/networks/autostart/default.xml

View File

@ -0,0 +1,4 @@
This element will override the behavior from the pip-and-virtualenv element
from tripleo-image-elements so that python-pip and python-virtualenv are never
installed.

View File

@ -0,0 +1 @@
pip-and-virtualenv