Sign in
apache
/
cloudstack-ec2stack
/
ee67d4d817d7f30bf48641c571b490b6ef14d791
commit
ee67d4d817d7f30bf48641c571b490b6ef14d791
[
log
]
author
Ian Duffy <ian@ianduffy.ie>
Mon Apr 13 14:36:10 2015 +0100
committer
Ian Duffy <ian@ianduffy.ie>
Mon Apr 13 14:36:10 2015 +0100
tree
841482045d8cd1b3b8d79224733a4e1b7f256771
parent
c41f7d5837a46e26d27441be98f240b859235ec2
[
diff
]
Add the Apache license to all python files. Closes #65
ec2stack/__init__.py
[
diff
]
ec2stack/__main__.py
[
diff
]
ec2stack/configure.py
[
diff
]
ec2stack/controllers/__init__.py
[
diff
]
ec2stack/controllers/default.py
[
diff
]
ec2stack/core.py
[
diff
]
ec2stack/errors.py
[
diff
]
ec2stack/helpers.py
[
diff
]
ec2stack/models/__init__.py
[
diff
]
ec2stack/models/users/__init__.py
[
diff
]
ec2stack/models/users/models.py
[
diff
]
ec2stack/providers/__init__.py
[
diff
]
ec2stack/providers/cloudstack/__init__.py
[
diff
]
ec2stack/providers/cloudstack/disk_offerings.py
[
diff
]
ec2stack/providers/cloudstack/images.py
[
diff
]
ec2stack/providers/cloudstack/instances.py
[
diff
]
ec2stack/providers/cloudstack/keypairs.py
[
diff
]
ec2stack/providers/cloudstack/passwords.py
[
diff
]
ec2stack/providers/cloudstack/requester.py
[
diff
]
ec2stack/providers/cloudstack/security_groups.py
[
diff
]
ec2stack/providers/cloudstack/service_offerings.py
[
diff
]
ec2stack/providers/cloudstack/snapshots.py
[
diff
]
ec2stack/providers/cloudstack/tags.py
[
diff
]
ec2stack/providers/cloudstack/volumes.py
[
diff
]
ec2stack/providers/cloudstack/vpcs.py
[
diff
]
ec2stack/providers/cloudstack/zones.py
[
diff
]
ec2stack/secretkey_manager.py
[
diff
]
ec2stack/services.py
[
diff
]
migrations/env.py
[
diff
]
migrations/versions/1b1a5f6b42a_.py
[
diff
]
setup.py
[
diff
]
tests/__init__.py
[
diff
]
tests/controller_tests.py
[
diff
]
tests/disk_offering_tests.py
[
diff
]
tests/factories.py
[
diff
]
tests/images_tests.py
[
diff
]
tests/instances_tests.py
[
diff
]
tests/keypair_tests.py
[
diff
]
tests/password_tests.py
[
diff
]
tests/security_group_tests.py
[
diff
]
tests/service_offering_tests.py
[
diff
]
tests/settings.py
[
diff
]
tests/snapshot_tests.py
[
diff
]
tests/tags_tests.py
[
diff
]
tests/utils.py
[
diff
]
tests/volume_tests.py
[
diff
]
tests/vpc_tests.py
[
diff
]
tests/zones_tests.py
[
diff
]
48 files changed
tree: 841482045d8cd1b3b8d79224733a4e1b7f256771
ec2stack/
migrations/
tests/
.coveragerc
.gitignore
.travis.yml
Dockerfile
HISTORY.rst
LICENSE
MANIFEST.in
pylint.rc
README.rst
setup.py