Vagrant configuration generation now uses pymysql.

Sometime recently, ironic moved to pymysql. This actually requires
a different URL connection string for databases, which was not
updated in the autogenerated config. This fixes that.

Change-Id: I76d9e8c116c3c48dc6f9852237dd34c8f184f23f
This commit is contained in:
Michael Krotscheck 2015-07-08 16:14:42 -07:00
parent 09433e4153
commit e7a29ec945

View File

@ -108,7 +108,7 @@
}
- {
section: 'database',
option: 'connection', value: "mysql://ironic:ironic@{{ip}}/ironic"
option: 'connection', value: "mysql+pymysql://ironic:ironic@{{ip}}/ironic"
}
- {
section: 'DEFAULT',