* Add unit tests * Fix path to repo in layers.yaml * Ignore unit_tests etc in layers.yaml * Make set_state calls consistently from conversation * Setup travis (interim step until this interface is in OpenStack gerrit)
14 lines
300 B
YAML
14 lines
300 B
YAML
name: cinder-backend
|
|
summary: OpenStack Cinder backend interface
|
|
version: 1
|
|
repo: https://github.com/openstack-charmers/interface-cinder-backend
|
|
ignore:
|
|
- 'unit_tests'
|
|
- 'Makefile'
|
|
- '.testr.conf'
|
|
- 'test-requirements.txt'
|
|
- 'tox.ini'
|
|
- '.gitignore'
|
|
- '.gitreview'
|
|
- '.unit-state.db'
|