remove deprecated comments

clean out old comments
This commit is contained in:
Dan Bode
2012-10-30 00:48:30 -07:00
parent a7bbfeebe5
commit 3e65601cb3

View File

@@ -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':