Setup SSL for Ceilometer

Establish the Public (SSL) port, 13777, and connect it to the internal port, 8777

Change-Id: I7bba7f8224b6e31fc4f5444eee679ca5a4ce4ebe
This commit is contained in:
Rob Parker 2014-05-28 20:39:59 +00:00 committed by Robert Parker
parent af8767a644
commit da52b0bc98
1 changed files with 3 additions and 0 deletions

View File

@ -49,3 +49,6 @@ Resources:
- name: 'cinder'
accept: 13776
connect: 8776
- name: 'ceilometer'
accept: 13777
connect: 8777