Skip to content

Commit

Permalink
Fix for issue 942
Browse files Browse the repository at this point in the history
Removed VXPVNC from monitoring. RHEL does not support and being that
RHEL is a supported platform we need to make sure that the offering
is consistent on both RHEL and Ubuntu.

Issue
rcbops/chef-cookbooks#942
  • Loading branch information
cloudnull committed May 25, 2014
1 parent 9360339 commit 8b8e203
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
default["vips"]["keystone-service-api"] = nil
default["vips"]["keystone-admin-api"] = nil
default["vips"]["keystone-internal-api"] = nil
default["vips"]["nova-xvpvnc-proxy"] = nil
default["vips"]["nova-api"] = nil
default["vips"]["nova-api-metadata"] = nil
default["vips"]["nova-ec2-public"] = nil
Expand All @@ -35,7 +34,6 @@
# List of services we want to ignore when creating keystone endpoints
default["ha"]["service_ignore_list"] = ['glance-registry',
'nova-api-metadata',
'nova-xvpvnc-proxy',
'nova-novnc-proxy',
'horizon-dash',
'horizon-dash_ssl',
Expand Down Expand Up @@ -152,16 +150,6 @@
"lb_options" => [],
"ssl_lb_options" => ["ssl-hello-chk"]
}
default["ha"]["available_services"]["nova-xvpvnc-proxy"] = {
"role" => "nova-vncproxy",
"namespace" => "nova",
"service" => "xvpvnc-proxy",
"service_type" => "compute",
"lb_mode" => "tcp",
"lb_algorithm" => "source",
"lb_options" => [],
"ssl_lb_options" => ["ssl-hello-chk"]
}
default["ha"]["available_services"]["horizon-dash"] = {
"role" => "horizon-server",
"namespace" => "horizon",
Expand Down

0 comments on commit 8b8e203

Please sign in to comment.