summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* remove suport for py33reedip2016-01-061-1/+0
| | | | | | | | Python 3.3 is not supported from Mitaka, as per Infra, therefore removing the support for the same. Change-Id: I27436e05e373c6a5d1d71ff60cd15e0db05e87df Closes-Bug: #1526170
* Remove Python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | | | | | We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: Idfd55ff59fe3ec599b92674aac9695ffdf7e8771
* Add api_audit_map.conf for Ceilometer projectDivya2015-06-031-0/+1
| | | | | | | | Enable cadf support for Ceilometer by adding the api_audit_map.conf file for it. Change-Id: I39bc6c98715faafa9bc60d4a37cb5f858404d552 Closes-Bug: #1461056
* Add trove conf file to setup.cfgSteve Martinelli2015-04-231-0/+1
| | | | | | Looks like the trove entry was missing from setup.cfg Change-Id: I75dfbaf6575d185d16d392a21271a8f06ae02e6a
* Add classifiers for Python 3Cyril Roelandt2014-11-061-0/+2
| | | | Change-Id: I348dd54f1b14569573dde6845a0c63913e91d273
* add audit_maps for more OpenStack componentsGordon Chung2014-06-051-1/+4
| | | | | | | | | | add audit_maps for: - cinder - glance - neutron Change-Id: If324c1296f852e57f3a376ccfc485ed1b3df75e3 Blueprint: audit-all-apis
* reorder documentationGordon Chung2014-04-101-0/+6
| | | | | | | - reorder documentation so it's grouped logically. - add api docstring modules Change-Id: I47e49634fe7d8bb16a51f3045e7fe53683d56d1a
* audit middleware in pycadfGordon Chung2014-02-201-1/+0
| | | | | | | | move audit middleware to pyCADF and allow it to support oslo.messaging instead of openstack.common.notifier Partial-Bug: #1280327 Change-Id: I7f0b706a91a61111147bc2b3c682dfdac01c0b7d
* Rollback change to that Install configs into /etcDavanum Srinivas2014-02-121-1/+1
| | | | | | | | | | | | | | We are getting failures in gate jobs Example: 2014-02-12 08:01:40.259 | creating /etc/pycadf 2014-02-12 08:01:40.259 | 2014-02-12 08:01:40.259 | error: could not create '/etc/pycadf': Permission denied from: http://logs.openstack.org/30/72330/1/check/check-requirements-integration-dsvm/10d26a8/console.html Change-Id: I828a352a89f08f1898635215a94273222100fdd8
* Install configs into /etc, not /usr/etcSascha Peilicke2014-02-071-1/+1
| | | | | | | | | | | | | | Not providing an absolute path to data_files means that "setup.py install" will put it under whatever "--prefix" is specified. For most RPM-based distros this is /usr. For machine-local installations this is /usr/local. However, there's no such thing as /usr/etc or /usr/local/etc, there's just /etc. Distributions could either fix this manuall or work-around by using "python setup.py --install-data=/etc". But this isn't future-proof since all data would end up in the (potentially) wrong place. Change-Id: I844b33d1fdd87f2c255f72b30a78eeab677ec09d
* Python 3: update setup.cfg to advertise python 3 compatibilityCyril Roelandt2014-01-141-0/+1
| | | | | | | Now that pycadf is Python 3 compatible, Python 3.3 should be listed in the supported programming languges. Change-Id: I8209ee43d214bcd81a9dc14dd0f377b63e165eb0
* Package api_audit_map.confMatt Riedemann2013-08-191-0/+3
| | | | | | | | | | The api_audit_map.conf file was not being packaged as a data file by pbr since it wasn't listed as a data file in setup.cfg. This is needed for packaging python-cadf in an rpm. Closes-Bug: #1214407 Change-Id: I126cd10cb2904cdedc91f719dc1d5a96110bcad1
* initial project setupDoug Hellmann2013-08-021-0/+34
Change-Id: I1bbe058cf162549a517814e02a3e8bed70b5dbf8