manila/manila/compute
Valeriy Ponomaryov 53b40423f4 Implement additional driver mode for Generic driver
Add possibility to run Generic driver without handling of share servers. It
allows us to create shares, without share-networks defined, on one specific
Nova VM.
Added three (3) new config options that are used only with new mode:
- 'service_instance_name_or_id' expects string with name or id of Nova VM.
- 'service_net_name_or_ip' expects name of network that Nova VM is switched to
  or IP itself. Used for handle operation of share.
- 'tenant_net_name_or_ip' expects name of network that Nova VM is switched to
  or IP itself. Used for exporting share to end users.
All three new config options are required if new mode is enabled.
They will be skipped if driver mode with handling of share servers is enabled.

Implements bp single-svm-mode-for-generic-driver

Change-Id: I48864b002e4174728136d093b1a17dad2edec605
2015-02-02 13:57:19 +02:00
..
__init__.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
nova.py Implement additional driver mode for Generic driver 2015-02-02 13:57:19 +02:00