Guest User

Untitled

a guest
Feb 23rd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # keystone tenant-get service
  2. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  3. +-------------+----------------------------------+
  4. | Property | Value |
  5. +-------------+----------------------------------+
  6. | description | |
  7. | enabled | True |
  8. | id | 2a28883206624b72a7be7502c5e18448 |
  9. | name | service |
  10. +-------------+----------------------------------+
  11.  
  12. # grep nova /etc/neutron/neutron.conf
  13. notify_nova_on_port_status_changes = true
  14. notify_nova_on_port_data_changes = true
  15. nova_url = http://172.16.128.37:8774/v2
  16. nova_region_name =RegionOne
  17. nova_admin_username = service
  18. nova_admin_tenant_id = 2a28883206624b72a7be7502c5e18448
  19. nova_admin_password = admin_pass
  20. nova_admin_auth_url = http://172.16.128.37:35357/v2.0
Advertisement
Add Comment
Please, Sign In to add comment