freezer-api/freezer_api
Mohammed Naser e0976af072
Allow bootstrapping against clusters and unify host options
The current settings inside freezer-manage reflect on using host and
port which are no longer used.  In addition, there seems to be no
splitting of the values in freezer-manage which means that it would
create a problem when trying to install against a list of hosts as
the ElasticSearch driver will refuse to accept the list.

This patch unifies all references of to 'hosts' and changes the option
to use ListOpt which is comma seperated values in the configuration
file which are then split into an array by oslo.config, which avoids
having to split things inside freezer.

Closes-Bug: #1681931

Change-Id: I613d0672ec2b186cd0d6365e795b35d9cff26dcd
2017-04-13 15:13:59 -04:00
..
api Implement API v2 with fully support Mutli-tenancy 2017-04-10 10:48:55 +00:00
cmd Allow bootstrapping against clusters and unify host options 2017-04-13 15:13:59 -04:00
common Implement API v2 with fully support Mutli-tenancy 2017-04-10 10:48:55 +00:00
db Introducing models for oslo.db 2017-04-10 18:46:20 +04:00
storage Allow bootstrapping against clusters and unify host options 2017-04-13 15:13:59 -04:00
tests Implement API v2 with fully support Mutli-tenancy 2017-04-10 10:48:55 +00:00
__init__.py Implemented: Installation documentation and API Ref 2016-09-07 13:20:34 +00:00
context.py Implemented oslo.policy 2016-08-11 11:10:57 +00:00
policy.py Add full pep8 check 2016-12-05 19:57:32 +04:00
service.py Implement API v2 with fully support Mutli-tenancy 2017-04-10 10:48:55 +00:00