Comment 2 for bug 1350276

Revision history for this message
Sagi (Sergey) Shnaidman (sshnaidm) wrote :

finally found it:
cfg.StrOpt('nova_admin_auth_url',
               default='http://localhost:5000/v2.0',
               help=_('Authorization URL for connecting to nova in admin '
                      'context')),

should be explicitly in neutron.conf:

nova_admin_auth_url=http://192.168.40.x:5000/v2.0
Moving it to another bug, this one is about metadata agent.