]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add disabled_reason field to services table
authorJay Lau <liugya@cn.ibm.com>
Tue, 10 Dec 2013 00:45:30 +0000 (08:45 +0800)
committerJay Lau <liugya@cn.ibm.com>
Tue, 10 Dec 2013 00:47:05 +0000 (08:47 +0800)
commit486f6847a97f02de5de0d4c9be15c84998afcfb8
treec21ae439305063cdd5df0284709bf03c69cef3e1
parentac72d868dcdb33d116f1217335628a451b9962a5
Add disabled_reason field to services table

Add a column (String 255) in the services table to store
disabled_reason field.

Change-Id: I3cc03029831bdf6a52e9b65c673794430807aeee
Implements part of bp record-reason-for-disabling-service
cinder/db/sqlalchemy/migrate_repo/versions/022_add_reason_column_to_service.py [new file with mode: 0644]
cinder/db/sqlalchemy/models.py
cinder/tests/test_migrations.py