diff options
author | Carlos Camacho <ccamacho@redhat.com> | 2017-03-06 16:14:25 +0100 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2017-03-13 09:35:48 +0100 |
commit | 801ccd670a8dc71726204af1386be7ba9b63492f (patch) | |
tree | d8fe344992b69149a03d12ed75e3b2b07ea9a41d /environments | |
parent | d6adc5a5f2cf6e438b19dd32bd13d6d3c9701614 (diff) |
Remove unnecesary code to enable panko-api
We are already enabling panko-api by default
`https://github.com/openstack/tripleo-heat-templates/blob/34c46241cda3be567017943560d218ced3bbdc03/overcloud-resource-registry-puppet.j2.yaml#L226`
so there is no need to have the environment file
or the resource in the ci environment template.
Change-Id: I6af6e2196a77320c8d3b5914d161a795b007151a
Diffstat (limited to 'environments')
-rw-r--r-- | environments/services/panko.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/environments/services/panko.yaml b/environments/services/panko.yaml deleted file mode 100644 index 28bf99f6..00000000 --- a/environments/services/panko.yaml +++ /dev/null @@ -1,2 +0,0 @@ -resource_registry: - OS::TripleO::Services::PankoApi: ../../puppet/services/panko-api.yaml |