<HTML>
<HEAD>
<TITLE>Glance store question??</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
I am making a y! specific backing store for glance and I was wondering if its really necessary to modify the following file to ensure that the code for that new store gets pulled in (or maybe I’m just doing it wrong).<BR>
<BR>
diff --git a/glance/api/v1/images.py b/glance/api/v1/images.py<BR>
index 9839d2e..7c4f565 100644<BR>
--- a/glance/api/v1/images.py<BR>
+++ b/glance/api/v1/images.py<BR>
@@ -47,6 +47,7 @@ import glance.store.http<BR>
import glance.store.rbd<BR>
import glance.store.s3<BR>
import glance.store.swift<BR>
+import glance.store.SUPERAWESOMEYSTORE<BR>
from glance.store import (get_from_backend,<BR>
get_size_from_backend,<BR>
schedule_delete_from_backend,<BR>
<BR>
Is there another way to make that happen so that it gets registered with glance besides either modifying that file or having a patch which will modify it upon installation (ie an RPM patch)?<BR>
<BR>
Thx!<BR>
<BR>
-Josh</SPAN></FONT>
</BODY>
</HTML>