c346612cc7
Added user friendly names for zones to include host and storage names along with ids to easily identify the host and storage port details. This is done by extracting the host and storage name from connection info object in the zone manager. The host and storage names are passed to the zone drivers to form a friendly name. The method signature has been changed which accepts host and storage name, with default as None. Also added test cases to test this support. Changes have been made to zone manager test code to accommodate the change in signature of some methods. Moved get_friendly_zone_name method to utils.py so that it can be used by both cisco and brocade drivers Changed cisco driver to accommodate host_name and storage_system parameters in add/delete connection. Implements: blueprint brocade-zone-driver-friendly-zone-names Change-Id: I350493b96901675a1b8910d6104f31c7d677ebda
11 lines
423 B
YAML
11 lines
423 B
YAML
---
|
|
features:
|
|
- Cinder FC Zone Manager Friendly Zone Names
|
|
This feature adds support for Fibre Channel user
|
|
friendly zone names if implemented by the volume driver.
|
|
If the volume driver passes the host name and
|
|
storage system to the Fibre Channel Zone Manager
|
|
in the conn_info structure, the zone manager
|
|
will use these names in structuring the zone
|
|
name to provide a user friendly zone name.
|