There was a stray inicomment on paste outside of a nova-api block. This
fails under -o errexit because the paste.ini doesn't exist.
Move this to inside the correct block.
Change-Id: Iffbdae6716a1c2a8f650b68edd4faf436434eab1
| ... | ... |
@@ -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 |