| commit | d576620e33dd8ca2d0d9ff6496cdc957f3239998 | [log] [tgz] |
|---|---|---|
| author | Zuul <zuul@review.openstack.org> | Tue Nov 28 19:09:10 2017 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Nov 28 19:09:10 2017 +0000 |
| tree | c0133f14f1c7cdf41b558e31ad66a11fc6be5ac6 | |
| parent | b3a7125fcd0f60801d0723b8a4cccd060d4ca642 [diff] | |
| parent | 007f588f275ac9d7320d4b24f1d05378d3df3d37 [diff] |
Merge "Convert to safe name in lib_installed_from_git"
diff --git a/lib/nova b/lib/nova index ea0d2f7..50deeeb 100644 --- a/lib/nova +++ b/lib/nova
@@ -589,6 +589,8 @@ local vhost conf=$(conductor_conf $i) vhost="nova_cell${i}" + # clean old conductor conf + rm -f $conf iniset $conf database connection `database_connection_url nova_cell${i}` iniset $conf conductor workers "$API_WORKERS" iniset $conf DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL"