From 3e65601cb39e7e236ac89217a5b0868bdf4f636f Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 30 Oct 2012 00:48:30 -0700 Subject: [PATCH] remove deprecated comments clean out old comments --- manifests/site.pp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 0256e60..60100fb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -162,17 +162,6 @@ node /compute/ { } ~> Service['libvirt'] } - # External lookups. - # $rabbit_connection_hash = collect_rabbit_connection('ipaddress_eth1', 'architecture=amd64') - # $nova_db_addr = collect_nova_db_connection('ipaddress_eth1', 'architecture=amd64') - # $vnc_proxy_addr = unique(query_nodes('Class[nova::vncproxy]', 'ipaddress_eth1')) - # $glance_api_addr = unique(query_nodes('Class[glance::api]', 'ipaddress_eth1')) - - # - # This is just for testing. It creates a loopback interface - # that can be mounted by cinder. In real deployments, you should - # partition your physical disks to have volume groups. - # class { 'cinder::setup_test_volume': } -> Service<||> class { 'openstack::compute':