commit | 072d137766d2a9d933147a9cbb61445674387334 | [log] [tgz] |
---|---|---|
author | AmalaBasha <amala.alungal@RACKSPACE.COM> | Fri Sep 20 16:26:10 2013 +0530 |
committer | AmalaBasha <amala.alungal@RACKSPACE.COM> | Fri Sep 20 16:29:02 2013 +0530 |
tree | 77459b67ebb85cba1d00651a421db2b805f41098 | |
parent | e25492e8b099d809558321e0c43d21400e1c53c0 [diff] [blame] |
edit-glance-manage-command-for-recreate-db As per https://bugs.launchpad.net/glance/+bug/1213197, and subsequent review at https://review.openstack.org/#/c/47161/ Glance-manage commands are proposed to be subcommands of 'db'. This would require change to the script to recreate_db which calls the db_sync command. Implements blueprint edit-glance-manage-command-for-recreate-db Change-Id: I9470709ec34896dba7a37fdff4791206bb5ef5ed
diff --git a/lib/glance b/lib/glance index 7e69682..510692c 100644 --- a/lib/glance +++ b/lib/glance
@@ -171,7 +171,7 @@ recreate_database glance utf8 # Migrate glance database - $GLANCE_BIN_DIR/glance-manage db_sync + $GLANCE_BIN_DIR/glance-manage db sync create_glance_cache_dir }