diff options
| author | Michael Still <mikal@stillhq.com> | 2013-05-20 11:47:12 +1000 |
|---|---|---|
| committer | Michael Still <mikal@stillhq.com> | 2013-05-25 10:24:51 +1000 |
| commit | 0358ea99bc25027a946fe3744da9b7cc4b090cc7 (patch) | |
| tree | 7e3edf446cdb9ab99a0e9eb12981b3ba44c01c26 | |
| parent | 5a208fbf6b75cbcf704fcb868720cdd313ecc0f2 (diff) | |
Add missing oslo module.
Policy was being used, and there was a copy in openstack.common,
but it didn't appear in the openstack-common.conf config file. Fix
that.
Resolves bug 1181893.
Change-Id: Ib62bec4fcfc6c04d8f53ef503b028c287c4d1c63
| -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 23156afd..1156eb95 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,6 +4,7 @@ module=importutils module=install_venv_common module=jsonutils +module=policy module=timeutils # The base module to hold the copy of openstack.common |
