Merge "Switch to PyMYSQL"
This commit is contained in:
commit
452025f49f
@ -95,7 +95,7 @@
|
|||||||
dest=/etc/ironic/ironic.conf
|
dest=/etc/ironic/ironic.conf
|
||||||
insertafter="[database]"
|
insertafter="[database]"
|
||||||
regexp='^(.*)connection=(.*)$'
|
regexp='^(.*)connection=(.*)$'
|
||||||
line="connection=mysql://ironic:{{ ironic_db_password }}@localhost/ironic?charset=utf8"
|
line="connection=mysql+pymysql://ironic:{{ ironic_db_password }}@localhost/ironic?charset=utf8"
|
||||||
- name: "Configure DHCP provider"
|
- name: "Configure DHCP provider"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest=/etc/ironic/ironic.conf
|
dest=/etc/ironic/ironic.conf
|
||||||
|
@ -9,3 +9,4 @@ Babel>=1.3
|
|||||||
oslo.config>=2.3.0 # Apache-2.0
|
oslo.config>=2.3.0 # Apache-2.0
|
||||||
oslo.log>=1.8.0 # Apache-2.0
|
oslo.log>=1.8.0 # Apache-2.0
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
|
PyMySQL>=0.6.2 # MIT License
|
||||||
|
Loading…
Reference in New Issue
Block a user