Make os-refresh-config install.d hook run later

os-refresh-config relies on being able to run virtualenv, which is only
guaranteed to be possible after running 01-install-pip from the
pip-and-virtualenv element.

To guarantee this ordering, move
install.d/os-refresh-config-source-install/01-os-refresh-config to
install.d/os-refresh-config-source-install/10-os-refresh-config

And for consistency in script execution timing, move
install.d/os-refresh-config-package-install/01-os-refresh-config to
install.d/os-refresh-config-package-install/10-os-refresh-config

Change-Id: I3b0a127c0c6eca16854f84a3c733cbd54c8a4880
Closes-Bug: #1292514
This commit is contained in:
James Polley 2014-03-19 13:03:27 +00:00 committed by Jon-Paul Sullivan
parent bbc2ae852c
commit 15bdcfe5c0
2 changed files with 0 additions and 0 deletions