10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./compute-data-collector-start.py
|
|
service openstack-neat-global-manager start
|
|
service openstack-neat-db-cleaner start
|
|
|
|
sleep 2
|
|
|
|
./compute-local-manager-start.py
|