Merge "Bifrost keystone follow-up"
This commit is contained in:
commit
aa6a85a3a4
@ -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``
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user