ha/service-mgmt/sm-db-1.0.0/database
Bin Qian e450db9ac1 Extend glance-registry timeout
The glance-registry timeout is insufficient often resulting in swact
failure. Extend the glance-registry enable/enable-audit action timeout
to 60 seconds.

Change-Id: Ie951ca413b3829807b6453e9ab96538417bd65ec
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
2018-06-28 11:17:56 -04:00
..
Makefile StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README StarlingX open source release updates 2018-05-31 07:36:26 -07:00
create_sm_db.sql Extend glance-registry timeout 2018-06-28 11:17:56 -04:00
create_sm_hb_db.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm-patch.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm_database.xlsb StarlingX open source release updates 2018-05-31 07:36:26 -07:00

README

The SM database is generated by the corresponding SQL scripts:
create_sm_db.sql -> sm.db
create_sm_hb_db.sql -> sm.db.hb

Instructions:
1. Update the SM excel spreadsheet (sm_database.xlsb) with your changes,
2. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql:
    Add proper SQL statement(s) (insert, update, delete) to the sql file.