RETIRED, Fuel CCP - container entrypoint script
Go to file
Sergey Kraynev b7f01428f9 Add base support for SSL for Openstack services
- Update address function to use "tls" config option and set scheme to 'https'.
  Also we check, that service is in list of services, which support TLS.
- Updated function for generation Environment, which will be used by
  openstackclient. Now 'https' scheme will be used if 'tls' is enabled.
  Also was added new variable for storing path for file with CA
  certificate. It was done in such way, because openstackclient
  does not support setting --insecure via Environment.
- Implementation of httpGet was changed to support 'https' endpoints.
  Now requests.get method uses 'https' scheme with verify=False, if 'tls'
  is enabled.

Change-Id: I88bc21571589dcd4c31bb5ce5015a75676ed2d85
(cherry picked from commit 70ae2bc84a)
2017-02-03 13:15:14 +00:00
doc/source Rename ms_ext_config to fuel_ccp_entrypoint package 2016-09-09 00:45:02 +03:00
fuel_ccp_entrypoint Add base support for SSL for Openstack services 2017-02-03 13:15:14 +00:00
.coveragerc Rename ms_ext_config to fuel_ccp_entrypoint package 2016-09-09 00:45:02 +03:00
.gitignore Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
.gitreview Changing gerrit host and project 2016-07-20 13:49:54 +02:00
.mailmap Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
.testr.conf Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
babel.cfg Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
constraints.txt Add constraints support, sync with global-requirements 2016-10-11 17:40:59 +03:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
HACKING.rst Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
LICENSE Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
MANIFEST.in Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
README.rst Initial Cookiecutter Commit. 2016-06-06 14:56:45 +03:00
requirements.txt Add support for rolling upgrade action 2016-11-14 14:18:31 +03:00
setup.cfg Rename ms_ext_config to fuel_ccp_entrypoint package 2016-09-09 00:45:02 +03:00
setup.py Add constraints support, sync with global-requirements 2016-10-11 17:40:59 +03:00
test-requirements.txt Add constraints support, sync with global-requirements 2016-10-11 17:40:59 +03:00
tox.ini Add constraints support, sync with global-requirements 2016-10-11 17:40:59 +03:00

ms-ext-config

OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO