commit | ec3ad030cb320bcb9b1960165a446f0943cb8a0d | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:36:31 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:36:31 2017 +0200 |
tree | 802978ce5116a772e0f6bbc1853dc19860367303 | |
parent | 63e39c245f9a4e6e5b6a4727ea2a9474072b46a8 [diff] |
Fix name in .kitchen.travis.yml file Change-Id: I21098766e940a0df51e2bee2a8e08d77e512c584
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..b54d661 100644 --- a/.kitchen.travis.yml +++ b/.kitchen.travis.yml
@@ -3,4 +3,4 @@ - name: <%= ENV['SUITE'] %> provisioner: pillars-from-files: - neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls + cinder.sls: tests/pillar/<%= ENV['SUITE'] %>.sls