Fix mispell issue in devstack scripts

Change-Id: I3fc7ae34c3619724d842244316b2421d0e7b7e48
This commit is contained in:
bharath 2018-11-05 21:49:16 +05:30
parent 371c754b0d
commit 470ada8d0a
2 changed files with 1 additions and 2 deletions

View File

@ -181,7 +181,7 @@ function create_gyan_conf {
iniset $GYAN_CONF keystone_authtoken www_authenticate_uri $KEYSTONE_SERVICE_URI_V3
iniset $GYAN_CONF keystone_authtoken auth_url $KEYSTONE_AUTH_URI_V3
iniset $GYAN_CONF keystone_authtoken auth_version v3
iniset $GYAN_CONF comput host $HOST_IP
iniset $GYAN_CONF compute host $HOST_IP
if is_fedora || is_suse; then

View File

@ -34,6 +34,5 @@ def upgrade():
batch_op.add_column(sa.Column('ml_type', sa.String(length=255), nullable=True))
batch_op.add_column(sa.Column('started_at', sa.DateTime(), nullable=True))
batch_op.create_unique_constraint('uniq_mlmodel0uuid', ['id'])
batch_op.drop_constraint(u'ml_model_ibfk_1', type_='foreignkey')
# ### end Alembic commands ###