manila/manila
Valeriy Ponomaryov 11b38f3188 Add support of endpoint_type and region_name to clients manila uses
Since change [1] it is impossible to set endpoint_type and region_name
for nova, cinder and neutron clients that are used by manila in some
cases.
So, to fix it, add additional options called 'endpoint_type' and
'region_name' for each of config groups related to these clients.
These options can be defined in appropriate config group as following:

[nova]
endpoint_type = publicURL
region_name = SomeRegionName

[cinder]
endpoint_type = internalURL
region_name = SomeRegionName

[neutron]
endpoint_type = adminURL
region_name = SomeRegionName

[1] Ic211a11308a3295409467efd88bff413482ee58d

Change-Id: I6be0e77bbc0e4b1e9905eba7a7b48ff540e9e377
Closes-Bug: #1633454
2016-11-02 18:14:04 +02:00
..
api Fix a typo 2016-11-01 11:20:39 +08:00
cmd Detect addition of executable files 2016-04-08 14:28:42 +00:00
common Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
compute Add support of endpoint_type and region_name to clients manila uses 2016-11-02 18:14:04 +02:00
consistency_group Fix share server info in CGs created from CGs 2016-05-09 16:58:44 +00:00
data Avoid Forcing the Translation of Translatable Variables 2016-10-06 01:09:57 +00:00
db Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00
hacking Do not supply logging arguments as tuple. 2016-06-09 17:22:36 -04:00
network Add support of endpoint_type and region_name to clients manila uses 2016-11-02 18:14:04 +02:00
scheduler Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00
share Merge "Fix concurrency issues in container driver" 2016-11-01 15:00:32 +00:00
testing Rewrited mox tests to mock (part 2) 2014-06-17 17:55:21 +03:00
tests Add support of endpoint_type and region_name to clients manila uses 2016-11-02 18:14:04 +02:00
volume Add support of endpoint_type and region_name to clients manila uses 2016-11-02 18:14:04 +02:00
__init__.py Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
context.py Remove warnings for dropped context arguments 2016-10-26 22:52:36 +02:00
exception.py Merge "Correct reraising of exception" 2016-09-03 13:12:52 +00:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
manager.py Reuse 'periodic_task' from oslo_service 2015-07-20 19:38:19 +03:00
opts.py Nexenta: adding share drivers for NexentaStor 2016-09-01 18:06:14 +03:00
policy.py Fix docstring for policy.enforce method 2016-05-02 08:28:13 -04:00
quota.py Update quota of proper user on resource delete 2016-03-11 12:55:44 +01:00
rpc.py Drop use of 'oslo' namespace package 2015-04-29 16:51:33 +03:00
service.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
test.py Test: make enforce_type=True in CONF.set_override 2016-05-12 11:27:30 +05:30
utils.py Remove unused functions in utils 2016-10-19 20:45:34 +08:00
version.py Remove vim headers 2014-10-06 15:00:27 +02:00
wsgi.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00