aboutsummaryrefslogtreecommitdiffstats
path: root/ssl-source.yaml
diff options
context:
space:
mode:
authorRob Parker <rob.parker@hp.com>2014-05-28 20:39:59 +0000
committerRobert Parker <rob.s.parker@gmail.com>2014-06-04 11:33:21 +0000
commitda52b0bc9849e839d73678a3241190cf3b277ee5 (patch)
treeffac7bf551746e21670ed6861c5f0b6063ecb85c /ssl-source.yaml
parentaf8767a644471d38e20915827224e5e63385756c (diff)
Setup SSL for Ceilometer
Establish the Public (SSL) port, 13777, and connect it to the internal port, 8777 Change-Id: I7bba7f8224b6e31fc4f5444eee679ca5a4ce4ebe
Diffstat (limited to 'ssl-source.yaml')
-rw-r--r--ssl-source.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl-source.yaml b/ssl-source.yaml
index 1d6ac246..38d6d7ec 100644
--- a/ssl-source.yaml
+++ b/ssl-source.yaml
@@ -49,3 +49,6 @@ Resources:
- name: 'cinder'
accept: 13776
connect: 8776
+ - name: 'ceilometer'
+ accept: 13777
+ connect: 8777