Merge "Bifrost keystone follow-up"

This commit is contained in:
Jenkins 2016-11-30 09:08:00 +00:00 committed by Gerrit Code Review
commit aa6a85a3a4
2 changed files with 23 additions and 4 deletions

View File

@ -29,10 +29,10 @@ exists three subsections. ``bootstrap``, ``message_queue``, and
The ``keystone.bootstrap`` settings provide the information to access The ``keystone.bootstrap`` settings provide the information to access
keystone as it provides the main administrative credentials. keystone as it provides the main administrative credentials.
If keystone is being installed, then these credentials will be used If keystone is being installed, then these credentials will be used
to bootstrap keystone the keystone installation. to bootstrap the new keystone installation.
Along with those settings we provide the ability to define the initial In addition to the bootstrap parameters, we provide the ability to
``region_name``, as well as ``admin_url``, ``public_url``, and define the initial ``region_name``, as well as ``admin_url``,
``internal_url`` endpoints URLs for keystone. ``public_url``, and ``internal_url`` endpoints URLs for keystone.
If the intent is to utilize a pre-existing keystone service that has If the intent is to utilize a pre-existing keystone service that has
already undergone bootstrapping, set the ``keystone.bootstrap.enabled`` already undergone bootstrapping, set the ``keystone.bootstrap.enabled``

View File

@ -0,0 +1,19 @@
---
init_template: systemd_template.j2
init_dest_dir: /usr/lib/systemd/system/
init_ext: .service
mysql_service_name: mysql
required_packages:
- python-selinux
- mariadb
- rabbitmq-server
- python-devel
- python-MySQL-python
- python-iniparse
- libffi-devel
- libxslt-devel
- libopenssl-devel
- libxml2-devel
- nginx
- uwsgi
- uwsgi-python