0de0833675
Partially Implements: Blueprint standard-start Change-Id: Ia219015f18d788d0c01c0bffee6b475bb07291a9
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. /opt/kolla/config-nova-network.sh
|
|
|
|
# Start nova-network
|
|
exec /usr/bin/nova-network --config-file /etc/nova/nova.conf
|