RETIRED, Fuel CCP - container entrypoint script
Go to file
Sergey Kraynev 9dce294d25 Add base support for SSL for Openstack services
- Signature of "address" fucntion was changed to use "tls" paramater,
  which forces to use 'https' scheme for returned url if 'tls' is
  enabled.
- 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. This file will be generated in /tmp for each new
  container by using content defined in config file.
  It was done in such way, because opnectackclient does not 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
2017-01-27 13:06:37 +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-01-27 13:06:37 +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
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
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
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

README.rst

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