removed neutron api version, added more unit tests

This commit is contained in:
Edward Hope-Morley
2015-01-20 09:32:55 +00:00
parent adfbf78c08
commit d696949d7c
2 changed files with 34 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ class NeutronCCContext(context.NeutronContext):
ctxt['nova_url'] = "{}:8774/v2".format(canonical_url())
if use_local_neutron_api():
ctxt['neutron_url'] = "{}:9696/v2".format(canonical_url())
ctxt['neutron_url'] = "{}:9696".format(canonical_url())
return ctxt