bb1e3e67dc
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
6 lines
166 B
YAML
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.
|