summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Uncap library requirements for liberty0.9.0Doug Hellmann2015-04-162-7/+7
| | | | | Change-Id: If87fc0205d51b5addda3c097ac2a30bd296e2612 Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-212-7/+7
| | | | Change-Id: I9a76993a77214dd19e27f8795505314ca48a1e60
* update README.rst to include additional linksSteve Martinelli2015-03-171-9/+12
| | | | | | | | | | The current rendering of README.rst on pypi is a bit lacking, source: https://pypi.python.org/pypi/pycadf We should include links to blueprints, source, release management. Also remove dead references to doc/source and CONTRIBUTING.rst Change-Id: Id1c12487fae1c7335b5eb267a476934ec65dff49
* Merge "Remove empty _templates folder"Jenkins2015-03-122-1/+1
|\
| * Remove empty _templates folderSteve Martinelli2015-03-122-1/+1
| | | | | | | | | | | | as far as i can tell, this folder does nothing Change-Id: I4f2c6c56a87d62665b45b40b1a8769149fbfd469
* | Add a section for audit mapsSteve Martinelli2015-03-112-0/+43
| | | | | | | | | | | | | | the docs had no reference to the audit mapping files that pycadf provides. Change-Id: I18aeac07735211acb3dcf0044321b9a6cb9c1040
* | Merge "add a new set of release notes"Jenkins2015-03-111-2/+24
|\ \
| * | add a new set of release notesSteve Martinelli2015-03-071-2/+24
| |/ | | | | | | | | | | | | adds a date for 0.7.0 release notes, and adds info about releases 0.7.1 and 0.8.0. Change-Id: I7450c44a453936467b6d55b52c81c11eb81d9cce
* | Merge "Fix formatting error for geolocation note"Jenkins2015-03-111-6/+5
|\ \
| * | Fix formatting error for geolocation noteSteve Martinelli2015-03-071-6/+5
| |/ | | | | | | | | | | | | The section was more of a `note` than an `example`, and renders more clearly when the rst `note` tag is used. Change-Id: I7b7c92301ce2bcfa60b44a0297eeb3848d89355e
* | Merge "Clean up pycadf's doc landing page"Jenkins2015-03-113-79/+19
|\ \
| * | Clean up pycadf's doc landing pageSteve Martinelli2015-03-073-79/+19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - the end of the intro paragraph came to an unexpected stop, so clean that up. - suggest removing the debugging section, as that is now maintained by oslotest: http://docs.openstack.org/developer/oslotest/features.html - add more info to the contributing section, since it was lacking before. Change-Id: I7abd5b0ce192f18fa80a208ac5b191d1c7bd2981
* | Merge "Add api_audit_map.conf for Trove project"Jenkins2015-03-101-0/+23
|\ \
| * | Add api_audit_map.conf for Trove projectmariamj@us.ibm.com2015-03-071-0/+23
| |/ | | | | | | | | | | | | | | Enable cadf support for Trove by adding the api_audit_map.conf file for it. Closes-Bug: #1429423 Change-Id: I3bf5a6185e6ee9656b88ba054e58bc0c28b0eae5
* | Updated from global requirementsOpenStack Proposal Bot2015-03-061-1/+1
|/ | | | Change-Id: If75a6c2179d8ec53e7158aef8d3ae12cfee074c7
* Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| | | | Change-Id: I8fca087c14b424866000cc3a6ba1a3f4935dacd7
* Merge "Additional doc clean up"Jenkins2015-02-2411-248/+307
|\
| * Additional doc clean upSteve Martinelli2015-02-1911-248/+307
| | | | | | | | | | | | | | | | | | | | 1) Added code-block headers to the JSON examples 2) Formatted the JSON examples 3) Replaced a few instances of double-byte characters with more their usual counter parts ("-" and "'"), these normally originate from the openstack wiki for some reason. Change-Id: I2ca1dbfc5bdf1c50da466b290a6460a42f1b885a
* | Updated from global requirementsOpenStack Proposal Bot2015-02-201-1/+1
|/ | | | Change-Id: I496d62b3ba4d37896965f5affe75adf92deb97c3
* cleanup documentationgordon chung2015-02-164-91/+16
| | | | | | | | | | - fix image width to conform to formatting - move specification out of dev section - redirect middleware doc to keystonemiddleware - add full spec pdf link to specifications page - drop tree depth so we don't have 'serialisation' subheaders in toc Change-Id: Ia36c029b792f574b2b30623b3b2696242b79d75c
* Merge "Add deprecation message to Audit API"0.8.0Jenkins2015-02-131-0/+7
|\
| * Add deprecation message to Audit APISteve Martinelli2015-02-101-0/+7
| | | | | | | | | | | | | | Deprecate audit API as soon as possible so we can remove it from library, and use keystonemiddleware instead. Change-Id: Ib55aa9b2f970fe29b9346c5e3f9757b1007d9583
* | Merge "Use oslo_context"Jenkins2015-02-116-124/+2
|\ \ | |/ |/|
| * Use oslo_contextSteve Martinelli2015-02-046-124/+2
| | | | | | | | | | | | | | even though we have deprecated the middleware, we should still use oslo_context so we can be fully decoupled from oslo-incubator. Change-Id: I17d0d9a8daef66d9d39b621615e5e7bb9f022510
* | Merge "Do not depend on endpoint id existing in the service catalog"Jenkins2015-02-102-1/+39
|\ \
| * | Do not depend on endpoint id existing in the service catalogSteve Martinelli2015-02-062-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if the endpoint id does not exist, pycadf will break. This patch will attempt to find the id of the endpoint and if not found, set it to unknown. Closes-Bug: #1347868 Change-Id: Ief7facfca79f4f4e7c550c8f2317745e0c8e41ea
* | | Merge "Use oslo namespaces"Jenkins2015-02-068-14/+14
|\ \ \ | |/ / |/| / | |/
| * Use oslo namespacesSteve Martinelli2015-02-048-14/+14
| | | | | | | | | | | | | | | | | | | | Instead of using imports like: import oslo.config we should be using: import oslo_config Change-Id: I11fe1dbb0d638b9cc6d65fcdb1c1482cdf0c40b9
* | Fix oslo.messaging link in docslin-hua-cheng2015-02-041-1/+1
| | | | | | | | Change-Id: I508cef2cc49e3324ed44ab1f1024bc8fd01646a3
* | Merge "add helper module"Jenkins2015-02-044-0/+84
|\ \
| * | add helper modulegordon chung2015-01-284-0/+84
| | | | | | | | | | | | | | | | | | | | | this module will contain helper functions used to do common, generic actions when using CADF. Change-Id: I29c361d161707838b706f05143e00950a16bd275
* | | Updated from global requirementsOpenStack Proposal Bot2015-02-031-1/+1
| |/ |/| | | | | Change-Id: I6ed1133c214c6746032f89fd46e9baec01b9d793
* | Add a new CADF type for keystone trustsSteve Martinelli2015-01-301-0/+2
|/ | | | | | | Since trusts are also being emitted for notifications, we should also have a new taxonomy for them. Change-Id: I7351c6e439f4cf8acd6661000dc23b6995f52673
* Add new CADF taxonomy types0.7.1Steve Martinelli2015-01-271-0/+8
| | | | | | Add new CADF types for endpoint, project and domain Change-Id: I1e4adc35c2e17615b16bc7b6bd3754cb377cc3de
* Pull out some CADF taxonomy to be constantsSteve Martinelli2015-01-271-11/+23
| | | | | | | It's safer to reference these directly from the library, rather than hardcoding these strings in our code that consumed pyCADF. Change-Id: I9dae7a7c0925f45fc620b4995372b5ed1d2229ca
* Updated from global requirementsOpenStack Proposal Bot2015-01-231-1/+1
| | | | Change-Id: I92df0ba359d5bcf11331518ca70222f3cadf5d8f
* Merge "upgrade hacking to 0.10.0"0.7.0Jenkins2015-01-192-2/+3
|\
| * upgrade hacking to 0.10.0Steve Martinelli2015-01-122-2/+3
| | | | | | | | Change-Id: If646a99435c9f5e1d227ee30fc25909f6fcdaae6
* | Updated from global requirementsOpenStack Proposal Bot2015-01-131-1/+1
|/ | | | Change-Id: I5cdbee55703b9788f89db19b94d32786f1ca415b
* Updated from global requirementsOpenStack Proposal Bot2015-01-081-1/+1
| | | | Change-Id: Ie95894b6d1232795e67f7568820b6fcc3de81646
* Updated from global requirementsOpenStack Proposal Bot2015-01-061-1/+1
| | | | Change-Id: Ibccabb9b3b6ca4f7324e2b6a384c1322006de374
* deprecate audit middlewaregordon chung2014-12-153-1/+8
| | | | | | | | | we should deprecate audit middleware as soon as possible so we can remove it from library. switch oslo.messaging to test as it is only a requirement for middleware and not pycadf in general. Change-Id: I60820cc15d05b3c07215c2000d806b4a0aa42889 Closes-Bug: #1398411
* Merge "sync oslo"Jenkins2014-12-154-17/+9
|\
| * sync oslogordon chung2014-12-104-17/+9
| | | | | | | | | | | | | | | | | | this patch also corrects an issue where we incorrectly referenced common._i18n this patch syncs to: Ia1820495a989f4f84530ab83f2d87d53a9f761df Change-Id: Ia192869d7e92732000b9033b09b97316ba5d5028
* | Updated from global requirementsOpenStack Proposal Bot2014-12-061-1/+1
| | | | | | | | Change-Id: If18f264561eb84f0a0695c41b53c7b539cee6f35
* | Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-2/+2
|/ | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I01a3e9af1d709f1f26d96195b224569cc7b4f0c3
* Updated from global requirementsOpenStack Proposal Bot2014-11-201-1/+1
| | | | Change-Id: I63cd624af7d7b8f8a8d733fc7c2f8eb011a57000
* Updated from global requirementsOpenStack Proposal Bot2014-11-181-1/+1
| | | | Change-Id: I771df626a05a33b05eff351ae43f1716f283c016
* Add classifiers for Python 3Cyril Roelandt2014-11-061-0/+2
| | | | Change-Id: I348dd54f1b14569573dde6845a0c63913e91d273
* Updated from global requirementsOpenStack Proposal Bot2014-11-051-1/+1
| | | | Change-Id: Ib6937e17e128fd7f74c6e04ea80eb06231c1c24d