Files
nova/nova
Matt Riedemann 5595b4613a libvirt: cleanup network volume driver auth config
The LibvirtNetVolumeDriver is handling both rbd and
sheepdog (iscsi) connections. The auth config logic
is mingling both backends which is really confusing.

For example, the iscsi protocol only defines auth_method,
auth_username and auth_password. It does not set an
auth_enabled value in the connection_info['data'] dict.

This change simplifies the logic involved for setting
the auth config by decoupling the rbd/iscsi handlers.

A follow-up change will build on this to fix the
rbd auth config to prefer the cinder volume connection_info
auth data over the local config for nova in the case
that different cinder backends are used for ephemeral
and block storage.

Change-Id: I8a55d87f75ecad757ce81b1f5f77c3a551154a17
Partial-Bug: #1635008
2016-11-29 21:26:32 -05:00
..
2016-10-28 03:11:38 -07:00
2016-07-29 15:36:28 -05:00
2016-10-27 08:19:38 +00:00
2016-09-29 09:58:09 -04:00
2016-09-23 20:10:24 +00:00