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:
parent
09433e4153
commit
e7a29ec945
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user