File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 16141614# We don't check for is_service_enable as screen_it does it for us
16151615screen_it n-cpu " cd $NOVA_DIR && sg libvirtd $NOVA_DIR /bin/nova-compute"
16161616screen_it n-crt " cd $NOVA_DIR && $NOVA_DIR /bin/nova-cert"
1617- screen_it n-obj " cd $NOVA_DIR && $NOVA_DIR /bin/nova-objectstore"
16181617screen_it n-vol " cd $NOVA_DIR && $NOVA_DIR /bin/nova-volume"
16191618screen_it n-net " cd $NOVA_DIR && $NOVA_DIR /bin/nova-network"
16201619screen_it n-sch " cd $NOVA_DIR && $NOVA_DIR /bin/nova-scheduler"
@@ -1624,6 +1623,10 @@ screen_it n-cauth "cd $NOVA_DIR && ./bin/nova-consoleauth"
16241623screen_it horizon " cd $HORIZON_DIR && sudo tail -f /var/log/apache2/error.log"
16251624screen_it swift " cd $SWIFT_DIR && $SWIFT_DIR /bin/swift-proxy-server ${SWIFT_CONFIG_LOCATION} /proxy-server.conf -v"
16261625
1626+ # Starting the nova-objectstore only if swift service is not enabled.
1627+ # Swift will act as s3 objectstore.
1628+ is_service_enabled swift || \
1629+ screen_it n-obj " cd $NOVA_DIR && $NOVA_DIR /bin/nova-objectstore"
16271630
16281631# Install Images
16291632# ==============
You can’t perform that action at this time.
0 commit comments