summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements0.2.0OpenStack Proposal Bot2015-05-072-7/+7
| | | | Change-Id: Icba6561ebf56d417ac8f00457b63c1ef7c124119
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-4/+4
| | | | | | | | | | | | | | | | | | | | | The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: I26390dd908769be5f1a5b70be22d3b98e3a45563
* Merge "Updated from global requirements"Jenkins2015-04-222-6/+6
|\
| * Updated from global requirementsOpenStack Proposal Bot2015-03-312-6/+6
| | | | | | | | Change-Id: I5f0ccc0f3ceba5e2db8f24d6caa069538d262fc1
* | Update README to work with release toolsDoug Hellmann2015-04-211-8/+5
|/ | | | | | | | | The README file needs to have links to the project documentation and bug tracker in a parsable format in order for some of the release tools scripts to work (particularly the one that prints the release note email). Change-Id: I11b17f90ad351f369f012eb954da9f63804b4eb5
* Merge "use pycadf helper module to assign action"Jenkins2015-03-271-0/+2
|\
| * use pycadf helper module to assign actiongordon chung2015-03-091-0/+2
| | | | | | | | | | | | | | | | action is a required attribute for auditing. there is an action helper in pycadf which can compute the action value corresponding to the HTTP method. Change-Id: I277fd78641963644ee83df7451a3cc7699d3db15
* | Merge "remove gitignore files"Jenkins2015-03-272-8/+0
|\ \
| * | remove gitignore filesgordon chung2015-02-162-8/+0
| | | | | | | | | | | | | | | | | | | | | AUTHORS and changelog files were incorrectly checked in. removing in this patch Change-Id: If78e234cae342a73abd6770969185a3685593b37
* | | Add *paste.filter_factory* entry pointRomain Soufflet2015-03-181-0/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Ceilometermiddleware users don’t need to be exposed to the implementation details of the middleware. With the entry point they can use the common syntax to load the middleware : [filter:ceilometermiddleware] use = egg:ceilometermiddleware#swift You can learn more about it there : http://pythonpaste.org/deploy/#introduction Change-Id: I2574f8b3fe9f6eeb447f22a6e6a001c8d8e7cbb6
* | Updated from global requirementsOpenStack Proposal Bot2015-02-203-4/+12
|/ | | | Change-Id: Ibc6c73369fa7ba9b9f0219544866b92b51458d97
* add README template0.1.0gordon chung2015-02-042-12/+16
| | | | | | apply basic README for initial release. Change-Id: I298fc02d66863a5214c5dc113ea547950d0bb356
* Merge "add options to configure messaging"Jenkins2015-02-041-3/+15
|\
| * add options to configure messaginggordon chung2015-02-031-3/+15
| | | | | | | | | | | | | | | | swift does not use oslo.config so we should allow transport settings to be passed in via paste conf Change-Id: I686e5d94fb72fd2a00973c91673edc417142ee2f Closes-Bug: #1417306
* | ignore changeloggordon chung2015-02-031-0/+3
|/ | | | | | ignore ChangeLog file. Change-Id: I8b6f3129038950357bced25103a5f7904ab9f2c7
* fix py34 testsgordon chung2015-02-032-3/+3
| | | | | | | tests should use six.iteritems to pass py34 tests. also, encode doesn't work consistently across py2 and py3 Change-Id: I1ec858b61ec3786b139be8736a6e1fd1a47f5845 Closes-Bug: #1417303
* fix gitignoregordon chung2015-01-211-1/+1
|
* fix gitignoregordon chung2015-01-2115-88/+6
|
* Merge branch 'master' of github.com:chungg/ceilometermiddlewaregordon chung2015-01-200-0/+0
|\
| * initial checkingordon chung2015-01-2037-28/+995
| |
* | initial checkingordon chung2015-01-2041-29/+1012
|/
* Initial commitgord chung2015-01-193-0/+257