apply novnc protocol

Change-Id: If4aba9f88e02ca179b33f2867bfd484568d5aff2
This commit is contained in:
Kanzhe Jiang 2016-01-05 17:59:52 -08:00
parent 1b054d29be
commit 129e675a7a
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class bcf::p_only::compute {
section => 'DEFAULT',
key_val_separator => '=',
setting => 'novncproxy_base_url',
value => "https://${bcf::public_vip}:6080/vnc_auto.html",
value => "${novnc_protocol}://${bcf::public_vip}:6080/vnc_auto.html",
notify => Service['nova-compute']
}
}