Update .gitignore
Update .gitignore to ignore unecessary files during a commit. Partial-Implements blueprint hacking-compliance Change-Id: I13eca5c8fccd315ec2dc0eb7ec725fa8cc51168d
This commit is contained in:
parent
5e7b4a34b7
commit
48556058af
39
.gitignore
vendored
39
.gitignore
vendored
@ -1,5 +1,40 @@
|
||||
*.py[cod]
|
||||
*.log
|
||||
*.pem
|
||||
*.yaml
|
||||
build
|
||||
*.DS_Store
|
||||
*.egg*
|
||||
*.log
|
||||
*.mo
|
||||
*.pyc
|
||||
*.swo
|
||||
*.swp
|
||||
*.sqlite
|
||||
*~
|
||||
.autogenerated
|
||||
.coverage
|
||||
.nova-venv
|
||||
.project
|
||||
.pydevproject
|
||||
.ropeproject
|
||||
.testrepository/
|
||||
.tox
|
||||
.idea
|
||||
.venv
|
||||
AUTHORS
|
||||
Authors
|
||||
build-stamp
|
||||
build/*
|
||||
CA/
|
||||
ChangeLog
|
||||
coverage.xml
|
||||
cover/*
|
||||
covhtml
|
||||
dist/*
|
||||
doc/source/api/*
|
||||
doc/build/*
|
||||
instances
|
||||
keeper
|
||||
keys
|
||||
local_settings.py
|
||||
MANIFEST
|
||||
nosetests.xml
|
||||
|
2
AUTHORS
2
AUTHORS
@ -1,2 +0,0 @@
|
||||
Sahid Orentino Ferdajoui <sahid.ferdjaoui@gmail.com>
|
||||
Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
|
59
ChangeLog
59
ChangeLog
@ -1,59 +0,0 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
* Update the project to refer openstack projects
|
||||
* Fix gateway_ip for a subnet
|
||||
* Fix dhcp options in a netwok
|
||||
* Fix deps
|
||||
* Fix dep version with Babel
|
||||
* Removes the dep with write-multipart
|
||||
* Fix bug with secgroups rules
|
||||
* Fix bug version
|
||||
* Update the reamde to add note
|
||||
* Review of the README
|
||||
* Review of the readme
|
||||
* Fix bug with version and deps
|
||||
* Review of the readme
|
||||
* Fix regression
|
||||
* Proposal a solution to catch secs rule already existing bug need better
|
||||
* Fix temporal bug with router to find interface/gateway
|
||||
* Adds supports to not recreate already existed resource
|
||||
* Nothing special, just update the version for pypi
|
||||
* Adds version to the package
|
||||
* Fix bug when the key already exists
|
||||
* Nothing imortant
|
||||
* misspelling
|
||||
* Adds more info to the readme
|
||||
* Fix deps
|
||||
* Adds url of the source project
|
||||
* Finds a betterr solution to handle keypari
|
||||
* Fix bug, Erase same keyname
|
||||
* Updates version
|
||||
* Adds zone
|
||||
* I just forgot to incr version for pyton package
|
||||
* Improves readem
|
||||
* Not necessary to wati
|
||||
* Configures packages
|
||||
* Adds min and max count for start server
|
||||
* Fix components
|
||||
* Provides user data
|
||||
* Fix orchestration
|
||||
* Adds support of userdata
|
||||
* Provides support to add network to an instance
|
||||
* Improves readme
|
||||
* Fix usage message
|
||||
* Adds dependance
|
||||
* Provides verbose mode
|
||||
* Fix bug packages
|
||||
* Creates a package
|
||||
* Rm unecessary file
|
||||
* Adds license and version
|
||||
* Enable new compoenents
|
||||
* Full review + more documented
|
||||
* Adds new resources (network, subnet, router...)
|
||||
* Adds rule to .gitignore
|
||||
* Adds tests
|
||||
* Adds a new method to delete resource
|
||||
* Uses now env values to identify
|
||||
* Fix a bug wih wait_for_instance
|
||||
* First commit to keep trace of this project
|
Loading…
x
Reference in New Issue
Block a user