summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_simple_tenant_usage.py
Commit message (Expand)AuthorAgeFilesLines
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-6/+6
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-7/+7
* Make tenant_usage fall back to instance_type_idDan Smith2013-03-271-0/+64
* Fix use of potentially-stale instance_type in tenant_usageDan Smith2013-03-131-11/+16
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Ensure start time is earlier than end time in simple_tenant_usageDavanum Srinivas2013-02-151-0/+15
* Use joined version of db.api callsJoe Gordon2013-02-081-2/+3
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-2/+0
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+0
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-4/+12
* Update policiesKevin L. Mitchell2012-10-191-2/+4
* Fix typo in simple_tenant_usage testsMark McLoughlin2012-09-051-2/+2
* Fix simple_tenant_usage's handing of future end timesRongzeZhu2012-09-051-6/+21
* Add instance_id in Usage API response.Lin Hua Cheng2012-06-201-2/+13
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-4/+4
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-4/+4
* Use openstack-common's policy moduleKevin L. Mitchell2012-06-041-1/+1
* Merge "Bugfix in simple_tenant_usage API detail view"Jenkins2012-05-251-4/+18
|\
| * Bugfix in simple_tenant_usage API detail viewZhongyue Luo2012-05-251-4/+18
* | Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-3/+4
|/
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-9/+9
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-2/+0
* Fix authorization checks for simple_usage.showAnthony Young2012-01-251-15/+14
* Fix uptime calculation in simple_usageAnthony Young2012-01-251-0/+3
* Remove admin_only ext attr in favor of authzBrian Waldon2012-01-241-1/+0
* KVM and XEN Disk Management ParityJohannes Erdfelt2012-01-241-3/+5
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+339