Change db_sync to db-sync

Change-Id: I3f1c43a43d78fd70f292b01f3a5e0b604c56afc7
This commit is contained in:
Sergey Murashov 2014-04-08 13:51:43 +04:00
parent af764db622
commit dac4bbeb99
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ send -- "sed -i \"s/auth_url = http:\\/\\/localhost:5000\\/v2.0/auth_url = http:
send -- [lindex $argv 2]
send -- ":5000\\/v2.0/\" /etc/murano/murano.conf\n"
expect "@murano"
send -- "murano-manage --config-file /etc/murano/murano.conf db_sync\n"
send -- "murano-manage --config-file /etc/murano/murano.conf db-sync\n"
expect "@murano"
send -- "service murano-api restart\n"
expect "@murano"