Commit Graph

36 Commits

Author SHA1 Message Date
OpenDev Sysadmins d6bf5aa3c7 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:25 +00:00
Andreas Jaeger 775e8cad58 Cleanup tox.ini: Remove obsolete constraints
Remove old and unused constraints environments from tox.ini. Those
have never been used. Use standard environments as default list.

Note that the repo has in the past not used constraints in OpenStack
CI, this change keeps the status quo.

For more information about constraints see:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: Ib9be09b0c42eba0bcb019c7d96480779830ff1e7
2016-08-26 17:10:42 +02:00
Jenkins 607f146af5 Merge "Fix oslo.delimiter references" 2016-08-05 23:09:09 +00:00
Joshua Harlow 7a9798d91c Fix oslo.delimiter references
Change-Id: I71407e3a968897b869683f194bd6fd2318714f06
2016-08-04 17:43:55 -07:00
Vilobh Meshram 047acde202 Add Resource and Usage objects
Add Resource and Usage objects to Delimiter.

Change-Id: Ia8517fc36954f1bb982d532d98aed41a2b132eae
2016-05-18 16:39:04 -07:00
Jenkins 656fa5f13c Merge "Move over pull request from github #8 to here" 2016-05-17 07:46:25 +00:00
Joshua Harlow b729161d85 Move over pull request from github #8 to here
See: https://github.com/vilobhmm/delimiter/pull/8/

Change-Id: I7d8b49426009a023b8ed2b0359f6ffdbc1ef738e
2016-05-16 15:28:16 -07:00
Joshua Harlow 59a4d8267d Fix space after parenthesis
Change-Id: Iecda5e4aff09831df90df0177a097028a9a43a68
2016-05-16 15:19:16 -07:00
Jenkins aeddf075e1 Merge "No longer need travis integration" 2016-05-16 21:10:18 +00:00
Joshua Harlow 26d6c24320 No longer need travis integration
Change-Id: I74cf5861519a33af0754bd7bd82553b00e593404
2016-05-16 20:22:32 +00:00
Joshua Harlow 65dd867379 Fix the .gitreview file
Change-Id: Id455cb4680ee920389cfa144887b3675a72d3f19
2016-05-16 20:22:26 +00:00
Joshua Harlow 06f6f1a47f Fix .testr.conf
Change-Id: I42ef60bc1702d5f94a83be76d366a760bb32d3ed
2016-05-15 20:50:41 -07:00
Vilobh Meshram a93fa94664 Merge pull request #7 from vilobhmm/add-travis
Add Travis
2016-05-14 00:00:22 -07:00
Vilobh Meshram 62b89b853b Add Travis 2016-05-14 00:02:42 -07:00
Vilobh Meshram f7003ae96c Merge pull request #6 from harlowja/process-framework
Add a simple processing framework
2016-05-13 23:44:27 -07:00
Joshua Harlow 1d3caf69df Add comment to processors class variable 2016-05-13 18:07:59 -07:00
Joshua Harlow 02f452aa47 Just update the stored in-place 2016-05-13 18:06:57 -07:00
Joshua Harlow 3a39ad8b1d Don't raise value error 2016-05-13 18:02:56 -07:00
Joshua Harlow 7376d89e71 Static methods and a nice view object and better message 2016-05-13 18:01:43 -07:00
Joshua Harlow f1fcf62268 Fix consuming a single amount 2016-05-13 17:41:42 -07:00
Joshua Harlow 4197b10c11 Raise a UnsupportedKind for unknown kinds 2016-05-13 17:30:27 -07:00
Joshua Harlow 3c5bec6328 Raise an overlimit exception when overlimit/bound 2016-05-13 17:27:05 -07:00
Joshua Harlow 4a02032618 Add a simple processing framework 2016-05-13 17:22:29 -07:00
Vilobh Meshram 34bd35285f Merge pull request #5 from harlowja/tests
Restructure some of the test files
2016-05-13 15:19:44 -07:00
Vilobh Meshram 6c11b02d89 Merge pull request #4 from harlowja/singular
Instead of batch create/update just do singular for now
2016-05-13 15:19:25 -07:00
Joshua Harlow d094323e6f Restructure some of the test files 2016-05-13 14:54:11 -07:00
Joshua Harlow 7cc2423808 Instead of batch create/update just do singular for now 2016-05-13 14:50:10 -07:00
Vilobh Meshram f1ca8c7c30 Merge pull request #3 from harlowja/fix-zk
Fix url -> uri
2016-05-13 14:46:09 -07:00
Joshua Harlow 5b6f77fa56 Fix url -> uri 2016-05-13 14:40:41 -07:00
Vilobh Meshram 35f52c5c5e Merge pull request #2 from harlowja/add-drivers
Add drivers
2016-05-13 14:35:51 -07:00
Joshua Harlow b83edf3275 A read only uri property should be fine 2016-05-13 14:34:53 -07:00
Joshua Harlow e729d6b6b1 Fix default kind 2016-05-13 14:34:53 -07:00
Joshua Harlow ad652ca149 Add base driver structure (and a zookeeper driver) 2016-05-13 14:34:53 -07:00
Vilobh Meshram fb6a482034 Merge pull request #1 from harlowja/fix-files
Fix a bunch of files that are not needed/incorrect
2016-05-13 14:28:39 -07:00
Joshua Harlow 6e79f574bb Fix a bunch of files that are not needed/incorrect 2016-05-13 13:15:46 -07:00
Vilobh Meshram 30ba5084e2 Initial Commit for Delimiter
Delimiter is OpenStack Cross Project Quota Enforcement and
Management Library.
2016-05-06 12:02:06 -07:00