<div dir="ltr">I asked on both IRC channels and got no response, so trying here instead:<div><br></div><div>Does anyone know how to use multiple namespaces with checkbox-ng?</div><div><br></div><div>I have a provider based on the server-cert provider.  The current published version of this provider uses the same namespace as the checkbox provider and works pretty well.</div><div><br></div><div>However, the experimental version of this has been changed to use a different namespace.  Now trying to run the experimental version fails with some errors about a missing dependencies.</div><div><br></div><div><a href="http://paste.ubuntu.com/12329119/">http://paste.ubuntu.com/12329119/</a><br></div><div><br></div><div>Shows the console output I get when running the new version.  keep in mind this is the ONLY change I've made:</div><div><br></div><div><div>=== modified file 'manage.py'</div><div>--- manage.py<span class="Apple-tab-span" style="white-space:pre">      </span>2015-02-23 22:46:57 +0000</div><div>+++ manage.py<span class="Apple-tab-span" style="white-space:pre">       </span>2015-09-08 22:36:04 +0000</div><div>@@ -77,8 +77,8 @@</div><div> </div><div> </div><div> setup(</div><div>-    name='2013.com.canonical.certification:opencompute-testing',</div><div>+    name='2015.org.opencompute.certification:opencompute-testing',</div><div>     version="1.0",</div><div>     description=N_("OpenCompute Certification provider"),</div><div>-    gettext_domain="2013_com_canonical_certification_opencompute-testing",</div><div>+    gettext_domain="2015_org_opencompute_certification_opencompute-testing",</div><div> )</div></div><div><br></div><div>which just changes the namespace from the Canonical one to an OCP one.</div><div><br></div><div>I have a feeling I will need to change the whitelists to test plan units to make this work so I can call the resource stuff by the canonical namespace, but I wanted to check here before I dived in that deeply.</div><div><br></div><div>So am I at least on the right track?  Has ANYONE actually used separate namespaces on plainbox providers?</div></div><div dir="ltr">-- <br></div><div dir="ltr"><div>"Entropy isn't what it used to be."</div><div><br></div><div>Jeff Lane - Server Certification Lead, OCP Certification Tools Engineering Lead,</div><div>                  Warrior Poet, Biker, Lover of Pie</div><div>Phone: 919-442-8649</div><div>Ubuntu Ham: W4KDH                          Freenode IRC: bladernr or bladernr_</div><div>gpg: 1024D/3A14B2DD 8C88 B076 0DD7 B404 1417  C466 4ABD 3635 3A14 B2DD</div></div>