dad981f9ce
- Cookstyle fixes - Refactor Berksfile to use groups so we can exclude integration testing cookbooks - Update documentation - Enable sensitive resources for the execute resources in openstack_image_image and template[/etc/glance/glance-api.conf] to improve security. - Update delivery configuration to exclude integration cookbooks - Set glance_store/stores, and update auth_type to password as described in the upstream documentation [1] - Fix ChefSpec output [1] https://docs.openstack.org/glance/stein/install/install-rdo.html#install-and-configure-components Depends-On: https://review.opendev.org/706151 Change-Id: I695b576267bc220b0b70011ab035520fc18ff955
10 lines
263 B
TOML
10 lines
263 B
TOML
[local_phases]
|
|
unit = 'rspec spec/'
|
|
lint = 'cookstyle --display-cop-names --extra-details'
|
|
syntax = "berks install -e integration"
|
|
provision = "echo skipping"
|
|
deploy = "echo skipping"
|
|
smoke = "echo skipping"
|
|
functional = "echo skipping"
|
|
cleanup = "echo skipping"
|