use a differnet port for apache

This commit is contained in:
Kapil Thangavelu 2014-03-05 20:51:53 -05:00
parent ba9bef7611
commit af1cca24d3
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ class ApacheSSLContext(SSLContext):
service_namespace = "ceilometer"
external_ports = [CEILOMETER_PORT]
external_ports = [CEILOMETER_PORT+100]