Skip to content

Commit 59a8ea7

Browse files
committed
Use the now graduated oslo.utils
timeutils no longer lives in oslo incubator Change-Id: I713a345a6d4eef7760aecfba7420498298d46654
1 parent 65416f3 commit 59a8ea7

File tree

5 files changed

+4
-206
lines changed

5 files changed

+4
-206
lines changed

openstack-common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
module=install_venv_common
55

66
# The base module to hold the copy of openstack.common
7-
base=openstack
7+
base=openstack

openstack/auth/access.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
import datetime
1818

19+
from oslo.utils import timeutils
20+
1921
from openstack.auth import service_catalog as catalog
20-
from openstack.common import timeutils
2122

2223

2324
# Do not use token before expiration

openstack/common/__init__.py

Whitespace-only changes.

openstack/common/timeutils.py

Lines changed: 0 additions & 204 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pbr>=0.6,!=0.7,<1.0
55
iso8601>=0.1.9
66
requests>=1.2.1,!=2.4.0
77
stevedore>=1.0.0 # Apache-2.0
8+
oslo.utils>=1.0.0

0 commit comments

Comments
 (0)