commit | da7b8091b9f62efaa79473e22ad7ea50736dded1 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Mon Oct 08 18:12:14 2012 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Mon Oct 22 11:08:26 2012 -0500 |
tree | 7d89c87529bc695e35e6fc5a77d6ef7d9558283d | |
parent | 855c5875c7756db192fe7078bed207ab280f7780 [diff] [blame] |
Extract create_nova_conf() from init_nova() Allows creating a new nova.conf without wiping the database, say, during an upgrade. Change-Id: I7703b54bc3a32485b3cdab8d6185f93a6675040d
diff --git a/stack.sh b/stack.sh index 118c2ef..35da935 100755 --- a/stack.sh +++ b/stack.sh
@@ -1728,6 +1728,8 @@ if is_service_enabled nova; then echo_summary "Configuring Nova" + # Rebuild the config file from scratch + create_nova_conf init_nova fi