From dcad314fb9713104f0029311c43907e362ec6d49 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Fri, 4 May 2012 11:31:56 -0600 Subject: Remove instance Foreign Key in volumes table, replace with instance_uuid * Remove the instance relationship and instance_id FK * Add instance_uuuid column to volumes table * Passed unit tests and devstack tests Change-Id: Id598f1f1d7915d1af6bf3dd75e5819dce08aaa0f --- etc/nova/nova.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 027472310..02ccf265d 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -311,7 +311,7 @@ ###### (StrOpt) Template string to be used to generate snapshot names # snapshot_name_template="snapshot-%08x" ###### (StrOpt) Template string to be used to generate instance names -# volume_name_template="volume-%08x" +# volume_name_template="volume-%s" ######### defined in nova.crypto ######### -- cgit