34 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
92a72a0e63 Updated from global requirements
Change-Id: Ica3a241ba6fea3bf2fbf1c6e7cd069d13dc7d84c
2015-02-13 02:00:26 +00:00
OpenStack Proposal Bot
a3d09fe095 Updated from global requirements
Change-Id: Ic1f8bde779fe269c0671c0d637bdf9a2d8866557
2015-01-26 10:34:21 +00:00
OpenStack Proposal Bot
fbad274c9d Updated from global requirements
Change-Id: I07688edd374ac6588fc6d120d612dea71cfa9b8c
2015-01-23 04:38:21 +00:00
OpenStack Proposal Bot
1736700260 Updated from global requirements
Change-Id: I1ae9906842bc1b4f91de0cb3b047f2c57d751fd7
2015-01-13 00:15:51 +00:00
OpenStack Proposal Bot
71fe9cb82e Updated from global requirements
Change-Id: Icc68b5f77c03a693316ce9dd828733f81ac2f965
2015-01-09 18:35:52 +00:00
OpenStack Proposal Bot
60d7baf2af Updated from global requirements
Change-Id: I7ef8410576abe82bb1b5a0dda983ad103c688509
2014-12-11 07:20:11 +00:00
OpenStack Proposal Bot
571dc98a61 Updated from global requirements
Change-Id: I3701c9964d442191de3a6581bcbc0b6f5e14ab26
2014-10-28 11:52:34 +00:00
Andrey Kurilin
dc09cf27e3 Port to use oslo.i18n
Module gettextutils from oslo-incubator was graduated to separate
library (oslo.i18n) and removed from repository, so we should use
new library.

Change-Id: I15d36ac5a2bb88b332ffa38d29488b75c55a20a9
2014-10-16 01:19:48 +03:00
OpenStack Proposal Bot
1eb1abe870 Updated from global requirements
Change-Id: Ia256b2210e8aecda0d9bbc10e563e06a68a2e44b
2014-10-11 22:37:57 +00:00
OpenStack Proposal Bot
d6889adb45 Updated from global requirements
Change-Id: I41f431880d35b4f5841fc1ad602833c863ce5183
2014-10-07 19:17:25 +00:00
Andrey Kurilin
8c0fd9a674 Use oslo.serialization
Since module `jsonutils` from common code is graduated in
`oslo.serialization`, we should remove code from oslo-incubator and use this
library.

Change-Id: Ia8b5ef598ff415cdde19f523a36a552918f9f94b
2014-09-20 20:42:52 +03:00
OpenStack Proposal Bot
5ecfdac6b3 Updated from global requirements
Change-Id: Id91358b7d4efe79a4be5190dcdb4b0b7cb40f19b
2014-09-19 08:51:36 +00:00
OpenStack Proposal Bot
2a1c07e790 Updated from global requirements
Change-Id: I76f8003d3e387bd67a017435d21dc340c7ff0124
2014-09-11 00:31:16 +00:00
Jenkins
7377b42482 Merge "Use oslo.utils" 2014-09-08 17:39:25 +00:00
Andrey Kurilin
392148c7ef Use oslo.utils
Modules `strutils`, `timeutils` and `network_utils` from common code are
graduated in `oslo.utils`, so we can:
 1. remove `novaclient.openstack.common.network_utils` and use
    `oslo.utils.netutils` instead.
 2. use `oslo.utils.encodeutils` and `oslo.utils.strutils` instead of
    `novaclient.openstack.common.strutils`.
 3. use `oslo.utils.timeutils` instead of
    `novaclient.openstack.common.timeutils`.

Additional information:
 - modules `importutils`, `strutils` and `timeutils` from
   `novaclient.openstack.common` cannot be removed, because:
   - importutils is used by apiclient and jsonutils;
   - strutils is used by apiclient, cliutils and jsonutils;
   - timeutils is used by jsonutils
 - additional check for `safe_encode` in Py3 is required, since
   If91a866d864a22d28a352152beff4c7406a27b7b was merged.

Change-Id: Ib8d79d9c85af4916e87a76a1a67a13488ddaa111
2014-08-28 12:17:22 +03:00
Jenkins
bd709d78ab Merge "Updated from global requirements" 2014-08-27 16:01:25 +00:00
Tom Cammann
aa30c13fc5 Update requirements.txt to include keystoneclient
Keystone client is required by nova client and needs to be in
requirements.txt. It is currently in test-requirements.txt but also
needs to be in install requirements.

Change Ief6cd7e752fd8c9e9157364f99e270da7faff074 introduced the
requirement for keystone client.

Change-Id: I91f58810e0511d0d4acc5bba0c0e946edf247896
Closes-Bug: 1358675
2014-08-26 11:05:16 +01:00
OpenStack Proposal Bot
bcc009aac9 Updated from global requirements
Change-Id: I6c2fb676276746719e982d42857e1d03a502d886
2014-08-26 02:59:51 +00:00
OpenStack Proposal Bot
9758ffc85d Updated from global requirements
Change-Id: I1155f67196b5a8393ff53361ac9c63f3f7c23ad0
2014-08-13 23:24:28 +00:00
OpenStack Proposal Bot
e6a51f47c4 Updated from global requirements
Change-Id: Iee04e0f6b62cb97824bef2217a3dbd42c15754f8
2014-06-18 14:10:23 +00:00
OpenStack Proposal Bot
d5e61bd0f7 Updated from global requirements
Change-Id: I1f5be823bd33ff05b055c58eac5a1f7706429453
2014-04-22 01:55:55 +00:00
OpenStack Jenkins
5ff5e05fac Updated from global requirements
Change-Id: I85276146bd621f905cf57388147d410bd3c56986
2014-04-11 04:17:06 +00:00
OpenStack Jenkins
4e8dea6745 Updated from global requirements
Change-Id: Ibb039ec440a513a49cbcf05daa69ac8785770035
2014-03-18 08:52:05 +00:00
OpenStack Jenkins
a77f6850d5 Updated from global requirements
Change-Id: I870165ea9be249b1cda937307a32ab29d8270d94
2014-02-26 23:34:59 +00:00
OpenStack Jenkins
c6f2331c15 Updated from global requirements
Change-Id: I0456dea975c2ce3d45caa9c1813a8ac9e966976a
2014-02-23 09:31:50 +00:00
OpenStack Jenkins
71a9ac78a4 Updated from global requirements
Change-Id: I071601a07d74711828dc961b646dc066262698da
2013-12-10 22:21:52 +00:00
OpenStack Jenkins
97e7ccf757 Updated from global requirements
Change-Id: I96b53ce825ca0f940596f53058b8e3c80463ac3c
2013-11-15 16:51:09 +00:00
OpenStack Jenkins
516586a6b8 Updated from global requirements
Change-Id: I2cc2769b89bd040064408faea30c448350fa5f00
2013-10-16 12:21:34 +00:00
Chuck Short
626c480559 Update oslo
Update gettext, striutils, timeutils and install_venv_common
from oslo.

Change-Id: Ibd9067e3e2be335ef75f0e4a5e4000d143030ab7
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-08-15 09:17:08 -04:00
Monty Taylor
ce08598a69 Updated from global requirements
Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
2013-08-08 13:41:06 -03:00
Mark McClain
fe31607d1b remove requests version max
This change removes the max version specified for requests since the
requirements project no longer limits it to 1.2.2.

Change-Id: I96d14b4a84d975e8b08e9271db8d5e13d78019ae
2013-08-06 15:26:50 -04:00
Monty Taylor
ec5861644c Sync with global requirements
Change-Id: I8333e17d8edaa5853ac47f9d53de8c44d1c5d5cb
2013-08-05 17:50:29 -03:00
Chuck Short
a25d4fe59a python3: Compatibility for iteritems differences
In python3 dict.iteritems(), dict.iterkeys(), and
dict.itervalues() are no longer supported. So use
six.iteritems() where it is appropriate.

Change-Id: I8b07dc2a89d790ec275d45f859e1644e9b00c837
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-06-24 11:51:04 -05:00
Monty Taylor
3bbdcda9d2 Rename requires files to standard names.
The python community groks requirements.txt and test-requirements.txt as
reasonably standard files. We should use those filenames to make our
information more discoverable.

Fixes bug 1179008

Change-Id: I50a7c46f880e4257fa31d7d322d7bf70b0f5d3a6
2013-05-25 08:23:12 +02:00