diff --git a/scripts/ironic-common.sh b/scripts/ironic-common.sh index e9fcdb85e..997210009 100644 --- a/scripts/ironic-common.sh +++ b/scripts/ironic-common.sh @@ -90,7 +90,6 @@ run_ironic_dbsync() # the schema in one go if not already created, instead of going through an upgrade DB_VERSION="$(ironic-dbsync --config-file /etc/ironic/ironic.conf version)" if [[ "${DB_VERSION}" == "None" ]]; then - then ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema fi fi