https://review.openstack.org/4227 missed a couple of paths to nova.conf
that need to be corrected.
Fixes bug 938692
Change-Id: I083baacc18792088a2a3ab032768c895a4feae76
| ... | ... |
@@ -1115,7 +1115,7 @@ rm -f $NOVA_CONF/nova.conf |
| 1115 | 1115 |
add_nova_flag "--verbose" |
| 1116 | 1116 |
add_nova_flag "--allow_admin_api" |
| 1117 | 1117 |
add_nova_flag "--scheduler_driver=$SCHEDULER" |
| 1118 |
-add_nova_flag "--dhcpbridge_flagfile=$NOVA_DIR/bin/nova.conf" |
|
| 1118 |
+add_nova_flag "--dhcpbridge_flagfile=$NOVA_CONF/nova.conf" |
|
| 1119 | 1119 |
add_nova_flag "--fixed_range=$FIXED_RANGE" |
| 1120 | 1120 |
if is_service_enabled n-obj; then |
| 1121 | 1121 |
add_nova_flag "--s3_host=$SERVICE_HOST" |
| ... | ... |
@@ -1426,10 +1426,10 @@ screen_it n-vol "cd $NOVA_DIR && $NOVA_DIR/bin/nova-volume" |
| 1426 | 1426 |
screen_it n-net "cd $NOVA_DIR && $NOVA_DIR/bin/nova-network" |
| 1427 | 1427 |
screen_it n-sch "cd $NOVA_DIR && $NOVA_DIR/bin/nova-scheduler" |
| 1428 | 1428 |
if is_service_enabled n-novnc; then |
| 1429 |
- screen_it n-novnc "cd $NOVNC_DIR && ./utils/nova-novncproxy --flagfile $NOVA_DIR/bin/nova.conf --web ." |
|
| 1429 |
+ screen_it n-novnc "cd $NOVNC_DIR && ./utils/nova-novncproxy --flagfile $NOVA_CONF/nova.conf --web ." |
|
| 1430 | 1430 |
fi |
| 1431 | 1431 |
if is_service_enabled n-xvnc; then |
| 1432 |
- screen_it n-xvnc "cd $NOVA_DIR && ./bin/nova-xvpvncproxy --flagfile $NOVA_DIR/bin/nova.conf" |
|
| 1432 |
+ screen_it n-xvnc "cd $NOVA_DIR && ./bin/nova-xvpvncproxy --flagfile $NOVA_CONF/nova.conf" |
|
| 1433 | 1433 |
fi |
| 1434 | 1434 |
if is_service_enabled n-cauth; then |
| 1435 | 1435 |
screen_it n-cauth "cd $NOVA_DIR && ./bin/nova-consoleauth" |