> @@ -67,6 +67,8 @@ protected void configure() {
>
> URI.create("http://docs.openstack.org/ext/neutron/router/api/v1.0"))
> .put(URI.create(ExtensionNamespaces.SECURITY_GROUPS),
>
> URI.create("http://docs.openstack.org/ext/securitygroups/api/v2.0"))
> + .put(URI.create(ExtensionNamespaces.LBAAS_V1),
`ExtensionNamespaces.LBAAS` to be consistent with the alias name.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17917571