On Thu, Oct 23, 2014 at 5:56 AM, Eduard Matei < [email protected]> wrote:
> Hi Guys, > > We're in the process of submitting a new Cinder Volume Driver. > The initial commit triggered the jenkins CI jobs, some of which seem to > fail. > The PEP8 issues are fixed (we were using different settings). > But, the gate jobs (gate-cinder-python26, and gate-cinder-python27) fail > with error > "Unable to import module cinder.volume.drivers.ovs_volume_driver" > > This > This is most likely due to the fact that the module depends on some > external code (our libraries) that are obviously not installed on the test > environment. > > Any suggestions on how to fix this? > > Thanks, > > Eduard > > PS. We're also in process of configuring our own CI (our tests and cinder > tests are passing on our platforms, with our libraries). > > > -- > > *Eduard Biceri Matei, Senior Software Developer* > www.cloudfounders.com > | [email protected] > > > > *CloudFounders, The Private Cloud Software Company* > > Disclaimer: > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you are not the named addressee or an employee or agent responsible for > delivering this message to the named addressee, you are hereby notified that > you are not authorized to read, print, retain, copy or disseminate this > message or any part of it. If you have received this email in error we > request you to notify us by reply e-mail and to delete all electronic files > of the message. If you are not the intended recipient you are notified that > disclosing, copying, distributing or taking any action in reliance on the > contents of this information is strictly prohibited. > E-mail transmission cannot be guaranteed to be secure or error free as > information could be intercepted, corrupted, lost, destroyed, arrive late or > incomplete, or contain viruses. The sender therefore does not accept > liability for any errors or omissions in the content of this message, and > shall have no liability for any loss or damage suffered by the user, which > arise as a result of e-mail transmission. > > > _______________________________________________ > OpenStack-Infra mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra > > Hey Eduard, There's a few things you're missing, most notably the driver mapping in the manager to make it so your driver can be instantiated. You're also going to need config options. I haven't looked at the patch yet but will do so later, you might want to abandon the series you have as it's kind of a confusing chain of dependencies you've got going. Grab myself or somebody on IRC in #openstack-cinder and see if we can't get things going for you. Thanks, John
_______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
