Commit Graph

66 Commits

Author SHA1 Message Date
songwenping 80c32f2866 Cleanup py27 support
Remove py2 stanza from setup.py

Change-Id: I7aa67986248fc627c3f36203e0fb653bde2d483f
2020-10-12 17:28:31 +08:00
OpenStack Proposal Bot 45c501ff51 Updated from global requirements
Change-Id: I8f32fd359720c73d3a4ee8f87a6ce7764b921021
2017-03-06 01:18:45 +00:00
OpenStack Proposal Bot 5c59684ae7 Updated from global requirements
Change-Id: Iadb3dfd4b07a1eef7a31799d3cc1239aaade08b2
2015-09-17 12:16:56 +00:00
OpenStack Proposal Bot d3afbd65f6 Updated from global requirements
Change-Id: If7920f7069ba5af958757de37fcce7532033ef1f
2015-07-15 01:37:41 +00:00
OpenStack Proposal Bot 3fe8196b3c Updated from global requirements
Change-Id: I85bdd78c229fae83a5900453197b05be52cf061b
2015-06-22 08:28:03 +00:00
OpenStack Proposal Bot 0ca568242c Updated from global requirements
Change-Id: I2f3f0b9f09e458eec4eb1e7a3b83e49043a8cb11
2014-04-30 02:46:46 +00:00
Monty Taylor ce89f7b12a Update pbr usage
We've discovered that having versions in setup_requires leads to evil
and death. Also, the setup-hooks in setup.cfg are completely unnecessary
anymore.

Change-Id: I8878e635e0828bbddb81d9c6321a9f10ad3b89fe
2013-09-20 16:02:57 -07:00
Monty Taylor ce08598a69 Updated from global requirements
Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
2013-08-08 13:41:06 -03:00
Monty Taylor ec5861644c Sync with global requirements
Change-Id: I8333e17d8edaa5853ac47f9d53de8c44d1c5d5cb
2013-08-05 17:50:29 -03:00
Roman Podolyaka f08ac04a27 Migrate to pbr.
openstack.common.setup and openstack.common.version are now in the
standalone library pbr, so all projects using those two should
migrate.

Fixes bug 1179007.

Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
2013-05-19 10:00:38 +03:00
gtt116 dccdd02e48 Cleanup unused import
Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
2013-04-17 13:51:37 +00:00
Monty Taylor 0206c2d5dd Update to latest openstack.common.setup.
We actually don't need the silly versioninfo file at all anymore.

Change-Id: Ic759c39a29b07d41a96849db84a7f9990ec8a3eb
2013-03-28 06:40:13 +01:00
Christoph Gysin 23ee4b818d setuptools: remove data_files section
versioninfo is already included through include_package_data

Change-Id: I53c28bd26a19d86704c918fa185cde9759140dc1
2013-03-27 22:22:47 +02:00
Roman Podolyaka f78617803c Use setuptools-git to include files from the repo
Fixes bug 1029511.

Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
2013-03-22 23:06:08 +02:00
Davanum Srinivas c5b579926f Fix Copyright Headers from LLC to Foundation
follow the lead from nova and oslo projects

Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
2013-03-13 20:12:23 -04:00
Monty Taylor 7b2097e706 Migrate from nose to testr.
Run tests with testr for parallel execution.

Part of blueprint grizzly-testtools.

Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
2013-01-29 14:22:42 -06:00
Doug Hellmann 4d3f33d141 Add OpenStack trove classifier for PyPI
Add trove classifier to have the client listed among the
other OpenStack-related projets on PyPI.

Change-Id: If9e10b065d0c54825fb9138893c78cda3ef79ca2
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-10-22 18:46:41 -04:00
Rick Harris b54330bfd2 Adding --version option
Change-Id: I7d37af1ddee186af22457baea9af71a955720053
2012-08-24 19:17:46 +00:00
Monty Taylor 24ad114d3b Cleanup of setup.py usage of openstack-common.
Change-Id: Id74cd3aec982b84851ce84bbb5207d86da04bc63
2012-06-26 11:04:48 -05:00
Monty Taylor 65529cd929 Implement post-tag versioning numbering.
Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
2012-06-26 11:03:44 -05:00
Brian Waldon 3f4591142f Use openstack-common for AUTHORS generation
Also add .mailmap entries for Jake Dahn and James E. Blair

Change-Id: I1ec02aa5302922f3db6a3ad457f4f7c6a006ba00
2012-06-11 08:40:19 -07:00
Peng Yong f3709bc6b6 add packages using find_packages()
Change-Id: Ib745254276b67cc09f6a9e8d3ac8f5aea7741903
2012-04-03 00:00:48 +08:00
Thierry Carrez bb2876b4d5 Open Folsom
Switch version to 2012.2 to open Folsom cycle.

Change-Id: I8bc51e436b09e68275424914c43f4f2717045956
2012-03-20 08:08:11 +01:00
Dean Troyer e2d869d1da Fixes bug 924588: Remove proto-keystone client from novaclient
Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313
2012-02-03 17:54:47 -06:00
Ziad Sawalha 49284dc5cd Add 'discover' command for Keystone discovery and version listing
Added @unauthenticated decorator to mark subcommands that do not
need authentication. And checks to skip authentication for these
commands.
Added novaclient.keystone to setup.py

Change-Id: Id2fd60af305c30a950bdbae8f897192bfae4d797
2011-12-20 12:33:50 -06:00
Julien Danjou 1e8c0bfa3f Do no depends on argparse for Python >= 2.7
Python >= 2.7 has argparse has a builtin module, so there's no need to add
it to the this list of requirements.

Change-Id: I647cec70a564b1d184f0cb2aca6caf4d6478c403
Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
2011-12-19 17:25:48 +01:00
Rick Harris b3f48f7064 Making contrib a Python package
Change-Id: Ibfde2e5cbececeec0b6a17f7d71da207f582a5c7
2011-12-15 22:39:22 +00:00
Thierry Carrez ccb5f8f1b4 Switch versioning to common Nova versioning
Use "2012.1" as the version for python-novaclient, to align with
Nova common versioning (starting with Essex-2, python-novaclient
is shipped as a Nova project deliverable. Fixes bug 904182.

Change-Id: I85d742a346bbaae1dc92a476c140f7f862a0828c
2011-12-14 11:24:27 +01:00
Brian Waldon 959c44ff59 Adding 'absolute-limits' and 'rate-limits'
Change-Id: Ie1dff62f3a3dd74e96c8cad7c079b7378d25ae46
2011-12-09 14:19:24 -05:00
Chris Behrens 0e1e38d2e4 Revert api_key change in novaclient Client argument
Fixes bug 891442

Also, still need to support NOVA_API_KEY environment variable for now.
Bump version to 2.6.8 so we can get this into pypi
Updated setup.py to build properly

Change-Id: I16233ac559bf44b78666118d68975509da6bfb0d
2011-11-17 13:06:54 -08:00
Josh Kearney 149e00bcf5 Adds bash completion support and cleans up setup.py.
Also removes some unnecessary files and updates the AUTHORS file.

Change-Id: Iefa502ce08cbf34038d2e04d0460ae43468a4255
2011-11-17 10:17:49 -06:00
Sandy Walsh 440e03ec48 version update 2011-10-25 09:38:37 -07:00
Sandy Walsh 96e04e64e9 version bump 2011-09-26 12:59:04 -07:00
Sandy Walsh 9deb35f36e merge fixup 2011-09-02 12:13:22 -07:00
Sandy Walsh 2acc75b96e version bump 2011-09-02 12:09:33 -07:00
Josh Kearney 2b1b109aab Merge pull request #101 from basak/master
Fix test installation exclude
2011-09-01 13:07:37 -07:00
Robie Basak c31aeb19be Fix test installation exclude
With exclude=['tests'], tests.v1_0 and tests.v1_1 do not get excluded,
causing "python setup.py install" to pollute dist-packages with "tests"
rather than going under novaclient/

exclude=['tests', 'tests.*'] fixes this.

LP: #838298
Also see LP: #825127 comment #3
2011-09-01 16:55:26 +01:00
William Wolf d2905832fa Bump the release version 2011-09-01 11:41:51 -04:00
Brian Waldon e05ae5ded3 Reducing v1_1.base to just booting manager 2011-08-31 09:24:31 -04:00
Brian Waldon dd37389108 updating version 2011-08-23 23:22:57 -04:00
Brian Waldon 6d1361c9f4 cleaning up boot output; upping version 2011-08-08 11:44:41 -04:00
Sandy Walsh d81b0d84c1 manual merge 2011-08-05 06:40:34 -07:00
Brian Lamar 5b6b34e0c5 Change create-image back to image-create, and increased version to 2.6.0 2011-08-04 12:35:41 -04:00
Brian Waldon 40a2bf9fa8 bumping version and updating README 2011-07-29 11:29:53 -04:00
Brian Waldon ca8aa158fc updating server backup action; pep8 fixes 2011-07-29 10:06:05 -04:00
Sandy Walsh 1920e32b1f version bump 2011-07-12 14:54:20 -07:00
Josh Kearney cee51f8aff Refactored backup rotation. 2011-06-24 14:48:14 -05:00
Josh Kearney 04ef226676 Implemented backup with rotation. 2011-06-24 12:24:26 -05:00
Sandy Walsh 46855896a8 fixed up tests after trunk merge and bumped version 2011-06-20 19:16:15 -07:00
Sandy Walsh a6360bea52 version bump 2011-06-20 18:40:57 -07:00