2da59eeabc
The 'install_method' variable can be used to deploy OpenStack services either from source or from distribution packages. Since this variable is meant to be set during the initial deployment and can't be changed afterwards, it is important to document it in order to let deployers know about it. Implements: blueprint openstack-distribution-packages Change-Id: I59fe66a5cef45487afbfc090aca93cb567427f7a
9 lines
466 B
YAML
9 lines
466 B
YAML
---
|
|
features:
|
|
- |
|
|
Deployers can now set the ``install_method`` to either ``source`` (default)
|
|
or ``distro`` to choose the method for installing OpenStack services on the
|
|
hosts. This only applies to *new* deployments. Existing deployments which
|
|
are source based, cannot be converted to the new ``distro`` method.
|
|
For more information, please refer to the `Deployment Guide <https://docs.openstack.org/project-deploy-guide/openstack-ansible>`_.
|