Browse code

Merge "nova changes for multinode working under -o errexit"

Jenkins authored on 2014/03/01 22:03:13
Showing 1 changed files
... ...
@@ -245,10 +245,9 @@ function configure_nova {
245 245
         inicomment $NOVA_API_PASTE_INI filter:authtoken cafile
246 246
         inicomment $NOVA_API_PASTE_INI filter:authtoken admin_user
247 247
         inicomment $NOVA_API_PASTE_INI filter:authtoken admin_password
248
+        inicomment $NOVA_API_PASTE_INI filter:authtoken signing_dir
248 249
     fi
249 250
 
250
-    inicomment $NOVA_API_PASTE_INI filter:authtoken signing_dir
251
-
252 251
     if is_service_enabled n-cpu; then
253 252
         # Force IP forwarding on, just on case
254 253
         sudo sysctl -w net.ipv4.ip_forward=1