diff options
author | Sébastien Han <seb@redhat.com> | 2017-08-02 16:20:18 +0200 |
---|---|---|
committer | Sébastien Han <seb@redhat.com> | 2017-08-02 16:21:13 +0200 |
commit | 47cbe2f85d64e7beb0e37798e9efef67f7f37623 (patch) | |
tree | 22d936b4790ef24935d5ca2db911f1cc0a7a397c | |
parent | 0adf7553f489be0946e7f1c4f20fb4e97cee78c0 (diff) |
openstack-heat-templates: fix deprecation path
The right file is external-ceph.yaml, not ceph-external.yaml.
Change-Id: If21a4f183305f82916e1ef2aadb0706e7dab4657
Signed-off-by: Sébastien Han <seb@redhat.com>
-rw-r--r-- | environments/puppet-ceph-external.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/puppet-ceph-external.yaml b/environments/puppet-ceph-external.yaml index 2f577c26..7718b821 100644 --- a/environments/puppet-ceph-external.yaml +++ b/environments/puppet-ceph-external.yaml @@ -1,5 +1,5 @@ # ****************************************************************************** -# DEPRECATED: Use tripleo-heat-templates/environments/storage/ceph-external.yaml +# DEPRECATED: Use tripleo-heat-templates/environments/storage/external-ceph.yaml # instead. # ****************************************************************************** # A Heat environment file which can be used to enable the |