Docs/Reno: Updated repo build process

This release note explains the improvements around the repo build
process.

Closes-bug: 1509115

Change-Id: I692eb206b1831fd7e857cd5a97e5f7742d59bf37
This commit is contained in:
Major Hayden 2016-02-09 09:42:42 -06:00
parent 5c93accc8b
commit 5de2194aa7
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- Repeatable deployments are now easier since the manifest files for
OpenStack software uses the exact content from an upstream repository.
Specific commits or tags can be referenced within the manifest. The
``yaprt`` package is no longer used to build the repo.
- Developers can specify additional python packages for the repo build
process by creating YAML files within ``/etc/openstack_deploy/``.
Refer to the `documentation on adding packages <http://docs.openstack.org/developer/openstack-ansible/developer-docs/extending.html#build-the-environment-with-additional-python-packages>`_ for more details.
upgrade:
- The ``repo-store-source.yml`` playbook has been removed as it is no longer
needed.