aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/nova-vnc-proxy.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12De-bracket vncproxy_host in compute profileBen Nemec1-8/+1
This is done in the vncproxy profile, but for some reason is not in the compute one. It causes hiera to explode when the brackets are left, so we need to do the bracket stripping here too. Also switches both places to just use the host_nobrackets version of the endpoint instead of stripping them with str_replace. Change-Id: I7ccd84b575fd652f6412fdb1869c31c79a7bf53b Closes-Bug: 1618623
2016-09-10Make Nova VNC Proxy service name match service net mapJuan Antonio Osorio Robles1-0/+60
If these names don't match then we cannot set the service's nodes, VIP and network. Change-Id: I8f1c0eaf62eee2704a5f2556a553032106db606b Closes-Bug: #1621368