Don't use os-collect-config

os-collect-config is not needed on the undercloud. In fact, after a
reboot it starts triggering os-refresh-config, which can cause delays in
system startup with bouncing services.

Change-Id: Ie58e33dd0308523d9e9b06a8e9917d8a42395afe
This commit is contained in:
James Slagle 2015-05-13 08:48:56 -04:00
parent ddd0f02a55
commit c22db108b4
3 changed files with 2 additions and 12 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
set -eux
# Run only the heat_local collector when first booting
cat > /etc/os-collect-config.conf <<EOF
[DEFAULT]
command=os-refresh-config
collectors=heat_local
EOF

View File

@ -7,7 +7,6 @@
"iptables",
"redhat-common",
"undercloud-install",
"os-collect-config",
"undercloud-stack-config",
"common-venv",
"undercloud-post-config",
@ -35,6 +34,7 @@
"pip-and-virtualenv",
"ironic",
"openstack-clients",
"os-collect-config",
"selinux"
],
"blacklist": [

View File

@ -7,7 +7,6 @@
"iptables",
"redhat-common",
"undercloud-install",
"os-collect-config",
"undercloud-stack-config",
"common-venv",
"undercloud-post-config",
@ -32,6 +31,7 @@
"exclude-element": [
"pip-and-virtualenv",
"ironic",
"os-collect-config",
"openstack-clients"
],
"blacklist": [