Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2011
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ################### nova.conf ########################
  2.  
  3. --dhcpbridge_flagfile=/etc/nova/nova.conf
  4. --dhcpbridge=/usr/bin/nova-dhcpbridge
  5. --logdir=/var/log/nova
  6. --state_path=/var/lib/nova
  7. --lock_path=/var/lock/nova
  8. --force_dhcp_release=True
  9. --use_deprecated_auth
  10. --iscsi_helper=tgtadm
  11. --verbose
  12. --routing_source_ip=192.168.2.55
  13. --sql_connection=mysql://nova:nova@127.0.0.1/nova
  14. --libvirt_type=kvm
  15. --glance_host=127.0.0.1
  16. --image_service=nova.image.glance.GlanceImageService
  17. --network_manager=nova.network.manager.FlatDHCPManager
  18. --flat_network_dhcp_start=10.0.0.34
  19. --flat_network_bridge=br100
  20. --flat_injected=False
  21. --fixed_range_v4=10.0.0.8
  22. --network_size=8
  23. --bridge_interfaces=br100
  24.  
  25. #########################
  26.  
  27. this is dpkg -l | grep dns
  28.  
  29.  
  30. ii dnsmasq 2.57-1ubuntu1 A small caching DNS proxy and DHCP/TFTP server
  31. ii dnsmasq-base 2.57-1ubuntu1 A small caching DNS proxy and DHCP/TFTP server
  32. ii dnsmasq-utils 2.57-1ubuntu1 Utilities for manipulating DHCP leases
  33. ii dnsutils 1:9.7.3.dfsg-1ubuntu4 Clients provided with BIND
  34. ii libdns69 1:9.7.3.dfsg-1ubuntu4 DNS Shared Library used by BIND
  35. ii libnss-mdns 0.10-3.1ubuntu1 NSS module for Multicast DNS name resolution
  36.  
  37.  
  38.  
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement