From cb2ea424c7fd5637e03fcf9d306a3e1cb9f4acc0 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 3 Apr 2014 17:49:10 -0700 Subject: Integrate urlparse for configuration augmentation Allow the uri passed to various entrypoints to itself contain most of the configuration for that entrypoint by using the RFC 3986 uri format to allow for additional parameters to be used in configuring and selecting those entrypoints. Also bring over network_utils from oslo since it provides a more compliant url splitting support. Part of blueprint persistence-uris Change-Id: I8e5d8584d2cac4f9b338fa155f220cdfd52bb7d9 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 24d2fc0..8adc059 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -6,6 +6,7 @@ module=importutils module=jsonutils module=timeutils module=uuidutils +module=network_utils script=tools/run_cross_tests.sh -- cgit v1.2.1