Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. auth_urls = {
  2. 'RegionOne': 'http://192.168.0.2:5000/v3'
  3. }
  4.  
  5. auth_urls_2 = {
  6. 'RegionOne': 'http://192.168.0.2:5000/v2.0'
  7. }
  8.  
  9. contrail_urls = {
  10. 'RegionOne': None
  11. }
  12.  
  13. connect_data = {
  14. "RegionOne": {"reg": "RegionOne", "fip": "float_intranet", "flv": "1", "os": auth_urls['RegionOne']}
  15. }
  16.  
  17. fip_ranges = {
  18. "RegionOne": {"float_intranet": ["10.2.22.0/24"], "float_internet": ["143.163.11.0/24"]}
  19. }
  20.  
  21. fip_routers = {
  22. "RegionOne": {"float_intranet": "float_intranet_router", "float_internet": "float_internet_router"}
  23. }
  24.  
  25. test_networks = {
  26. "RegionOne": {"float_intranet": "float_intranet_subnet", "float_internet": "float_internet_subnet"}
  27. }
  28.  
  29. os_username = 'admin'
  30. os_password = 'TSShsPtdZWYRdZm7%'
  31. os_domain_name = 'default'
  32. os_project_name = 'admin'
  33. diag_host = None
  34. diag_image_name = 'TestVM'
  35. diag_image_user = 'cirros'
  36. diag_image_password = 'cubswin:}'
  37. debug = True
  38. contrail_available = False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement