Re: [openstack-dev] [cinder][nova] Is volume connection_info modeled/documented anywhere?

2015-06-10 Thread Duncan Thomas
I don't think you need an entry per driver, you need an entry per connection type - iSCSI, FC, DRDB, CEPH being the ones I can think of off the top of my head On 10 Jun 2015 16:57, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: While investigating/discussing bug 1463525 [1] I remembered how

[openstack-dev] [cinder][nova] Is volume connection_info modeled/documented anywhere?

2015-06-10 Thread Matt Riedemann
While investigating/discussing bug 1463525 [1] I remembered how little I know about what can actually come out of the connection_info dict returned from the os-initialize_connection cinder API call. So we added some debug logging in nova and I remembered that there are potentially credentials

Re: [openstack-dev] [cinder][nova] Is volume connection_info modeled/documented anywhere?

2015-06-10 Thread John Griffith
On Wed, Jun 10, 2015 at 7:54 AM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: While investigating/discussing bug 1463525 [1] I remembered how little I know about what can actually come out of the connection_info dict returned from the os-initialize_connection cinder API call. So we added