Enable os-collect-config on boot for packages

When using packages with the tripleo-image-elements
os-collect-config is no longer started on boot causing
things not to be configured at all.

This was a regression in dad3c0ccf1
where we made global use of package installs within the TripleO
image elements.

Change-Id: I001c3d24882b3a4817cac767a8b7535d6b9cf247
Closes-bug: #1392751
This commit is contained in:
Dan Prince 2014-11-14 10:03:44 -05:00
parent 7391209820
commit 3683d8fd65
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eux
os-svc-enable -n os-collect-config