puppet-cinder/releasenotes/notes/external_hooks_support-473735fcfe15bc5d.yaml
Matt Fischer bb1e3e67dc Cinder hooks support
This code moves all deps to an external class so that Cinder can be
installed with mechanisms besides packages (like venv or docker). This
also cleans-up the dependency tree by removing false or confusing
dependencies.

Co-Author: Craig Delatte <craig.delatte@twcable.com>

Change-Id: I55a62f6173fe463fb8fb65df6729c9f509a0fb04
2016-09-13 09:18:41 -06:00

6 lines
166 B
YAML

---
features:
- moves all dependencies to an external class.
This allows keystone to be installed and managed
via external mechanisms like venvs or docker.