fix gitignore
This commit is contained in:
parent
5e0f8203d0
commit
f181830a7d
4
.gitignore
vendored
4
.gitignore
vendored
@ -18,7 +18,7 @@ lib64/
|
|||||||
parts/
|
parts/
|
||||||
sdist/
|
sdist/
|
||||||
var/
|
var/
|
||||||
*.egg-info
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ pip-delete-this-directory.txt
|
|||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
htmlcov/
|
htmlcov/
|
||||||
.tox/
|
.tox/
|
||||||
.testrespository
|
.testrespository/
|
||||||
.coverage
|
.coverage
|
||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
|
1
AUTHORS
1
AUTHORS
@ -1 +1,2 @@
|
|||||||
|
gord chung <gord@live.ca>
|
||||||
gordon chung <gord@live.ca>
|
gordon chung <gord@live.ca>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
* Initial Cookiecutter Commit
|
* initial checkin
|
||||||
|
* initial checkin
|
||||||
|
* Initial commit
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
Metadata-Version: 1.1
|
|
||||||
Name: ceilometermiddleware
|
|
||||||
Version: 0.0.0.post1
|
|
||||||
Summary: OpenStack Telemetry middleware for generating metrics
|
|
||||||
Home-page: http://www.openstack.org/
|
|
||||||
Author: OpenStack
|
|
||||||
Author-email: openstack-dev@lists.openstack.org
|
|
||||||
License: UNKNOWN
|
|
||||||
Description: ===============================
|
|
||||||
ceilometermiddleware
|
|
||||||
===============================
|
|
||||||
|
|
||||||
OpenStack Telemetry middleware for generating metrics
|
|
||||||
|
|
||||||
* Free software: Apache license
|
|
||||||
* Documentation: http://docs.openstack.org/developer/ceilometermiddleware
|
|
||||||
* Source: http://git.openstack.org/cgit/openstack/ceilometermiddleware
|
|
||||||
* Bugs: http://bugs.launchpad.net/ceilometer
|
|
||||||
|
|
||||||
Features
|
|
||||||
--------
|
|
||||||
|
|
||||||
* TODO
|
|
||||||
|
|
||||||
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Environment :: OpenStack
|
|
||||||
Classifier: Intended Audience :: Information Technology
|
|
||||||
Classifier: Intended Audience :: System Administrators
|
|
||||||
Classifier: License :: OSI Approved :: Apache Software License
|
|
||||||
Classifier: Operating System :: POSIX :: Linux
|
|
||||||
Classifier: Programming Language :: Python
|
|
||||||
Classifier: Programming Language :: Python :: 2
|
|
||||||
Classifier: Programming Language :: Python :: 2.7
|
|
||||||
Classifier: Programming Language :: Python :: 2.6
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Programming Language :: Python :: 3.3
|
|
||||||
Classifier: Programming Language :: Python :: 3.4
|
|
@ -1,35 +0,0 @@
|
|||||||
.coveragerc
|
|
||||||
.mailmap
|
|
||||||
.testr.conf
|
|
||||||
AUTHORS
|
|
||||||
CONTRIBUTING.rst
|
|
||||||
ChangeLog
|
|
||||||
HACKING.rst
|
|
||||||
LICENSE
|
|
||||||
MANIFEST.in
|
|
||||||
README.rst
|
|
||||||
babel.cfg
|
|
||||||
openstack-common.conf
|
|
||||||
requirements.txt
|
|
||||||
setup.cfg
|
|
||||||
setup.py
|
|
||||||
test-requirements.txt
|
|
||||||
tox.ini
|
|
||||||
ceilometermiddleware/__init__.py
|
|
||||||
ceilometermiddleware/swift.py
|
|
||||||
ceilometermiddleware.egg-info/PKG-INFO
|
|
||||||
ceilometermiddleware.egg-info/SOURCES.txt
|
|
||||||
ceilometermiddleware.egg-info/dependency_links.txt
|
|
||||||
ceilometermiddleware.egg-info/not-zip-safe
|
|
||||||
ceilometermiddleware.egg-info/pbr.json
|
|
||||||
ceilometermiddleware.egg-info/requires.txt
|
|
||||||
ceilometermiddleware.egg-info/top_level.txt
|
|
||||||
ceilometermiddleware/tests/__init__.py
|
|
||||||
ceilometermiddleware/tests/base.py
|
|
||||||
ceilometermiddleware/tests/test_swift.py
|
|
||||||
doc/source/conf.py
|
|
||||||
doc/source/contributing.rst
|
|
||||||
doc/source/index.rst
|
|
||||||
doc/source/installation.rst
|
|
||||||
doc/source/readme.rst
|
|
||||||
doc/source/usage.rst
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
{"is_release": false, "git_version": "e8cd146"}
|
|
@ -1,8 +0,0 @@
|
|||||||
oslo.config>=1.6.0
|
|
||||||
oslo.context>=0.1.0
|
|
||||||
oslo.messaging>=1.4.0,!=1.5.0
|
|
||||||
oslo.utils>=1.2.0
|
|
||||||
pbr>=0.6,!=0.7,<1.0
|
|
||||||
pycadf>=0.6.0
|
|
||||||
six>=1.7.0
|
|
||||||
Babel>=1.3
|
|
@ -1 +0,0 @@
|
|||||||
ceilometermiddleware
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user