Remove auto-create db option from sample config

Now db should be created by a command:
    murano-manage --config-file /etc/murano/murano-api.conf db_sync

Change-Id: I34fe5b4fad7588d882dddaee729fa3fc751608d4
This commit is contained in:
Ekaterina Fedorova 2014-04-03 15:33:04 +04:00
parent 976b6813e9
commit 526505e23e
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ syslog_log_facility = LOG_LOCAL0
#connection = mysql://root:password@localhost:3306/murano
connection = sqlite:///murano.sqlite
#A boolean that determines if the database will be automatically created
auto_create = True
[ssl]
#Parameters to configure SSL for trusted HTTPS connection