Dear all,
I am planing to submit a new driver to cinder services in
openstack-icehouse .
I want to know the process of submitting .
Thanks
Dinakar
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : o
hi,
I am implementing a driver for cinder services and I am stuck with a
problem in creation of snapshot , I have a need to fetch the volume details
in snapshot creation.
I am using Openstack-Grizzly
I am trying to use this line of code
def create_snapshot(self, snapshot_ref):
..