Merge "Use create schema instead of upgrade for ironic"
This commit is contained in:
commit
fc0b53d2b3
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
cp -f /shared/ironic.conf /etc/ironic/ironic.conf
|
cp -f /shared/ironic.conf /etc/ironic/ironic.conf
|
||||||
|
|
||||||
ironic-dbsync --config-file /etc/ironic/ironic.conf upgrade
|
DB_VERSION="$(ironic-dbsync --config-file /etc/ironic/ironic.conf version)"
|
||||||
|
if [ "${DB_VERSION}" == "None" ];
|
||||||
|
then
|
||||||
|
ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema
|
||||||
|
fi
|
||||||
|
|
||||||
/usr/bin/ironic-conductor &
|
/usr/bin/ironic-conductor &
|
||||||
/usr/bin/ironic-api &
|
/usr/bin/ironic-api &
|
||||||
|
Loading…
Reference in New Issue
Block a user