diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-04-03 17:49:10 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-04-28 12:13:59 -0700 |
commit | cb2ea424c7fd5637e03fcf9d306a3e1cb9f4acc0 (patch) | |
tree | 258c3460628fe3d070d9e37de36c4c4d8c70425a /openstack-common.conf | |
parent | 8732e4772d7266c9319bd7bada96dc0d13aae4d2 (diff) | |
download | taskflow-cb2ea424c7fd5637e03fcf9d306a3e1cb9f4acc0.tar.gz |
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
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |