| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
|
|
|
|
| |
Change-Id: I8333e17d8edaa5853ac47f9d53de8c44d1c5d5cb
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
|
|
|
|
|
|
| |
We actually don't need the silly versioninfo file at all anymore.
Change-Id: Ic759c39a29b07d41a96849db84a7f9990ec8a3eb
|
|
|
|
|
|
| |
versioninfo is already included through include_package_data
Change-Id: I53c28bd26a19d86704c918fa185cde9759140dc1
|
|
|
|
|
|
| |
Fixes bug 1029511.
Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
|
|
|
|
|
|
| |
follow the lead from nova and oslo projects
Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
|
|
|
|
|
|
|
|
| |
Run tests with testr for parallel execution.
Part of blueprint grizzly-testtools.
Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Change-Id: I7d37af1ddee186af22457baea9af71a955720053
|
|
|
|
| |
Change-Id: Id74cd3aec982b84851ce84bbb5207d86da04bc63
|
|
|
|
| |
Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
|
|
|
|
|
|
| |
Also add .mailmap entries for Jake Dahn and James E. Blair
Change-Id: I1ec02aa5302922f3db6a3ad457f4f7c6a006ba00
|
|
|
|
| |
Change-Id: Ib745254276b67cc09f6a9e8d3ac8f5aea7741903
|
|
|
|
|
|
| |
Switch version to 2012.2 to open Folsom cycle.
Change-Id: I8bc51e436b09e68275424914c43f4f2717045956
|
|
|
|
| |
Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Change-Id: Ibfde2e5cbececeec0b6a17f7d71da207f582a5c7
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ie1dff62f3a3dd74e96c8cad7c079b7378d25ae46
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Also removes some unnecessary files and updates the AUTHORS file.
Change-Id: Iefa502ce08cbf34038d2e04d0460ae43468a4255
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
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
|
| |/ |
|
| | |
|
|/ |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|