Sign in
apache
/
cloudstack-ec2stack
/
4f12cfe1da5e98dde510c084307610b728b24fdb
commit
4f12cfe1da5e98dde510c084307610b728b24fdb
[
log
]
author
Ian Duffy <ian@ianduffy.ie>
Mon Apr 13 14:42:18 2015 +0100
committer
Ian Duffy <ian@ianduffy.ie>
Mon Apr 13 14:42:18 2015 +0100
tree
3a6996535590c03db65eabe0d43958f91e799726
parent
ee67d4d817d7f30bf48641c571b490b6ef14d791
[
diff
]
autopep8
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: 3a6996535590c03db65eabe0d43958f91e799726
ec2stack/
migrations/
tests/
.coveragerc
.gitignore
.travis.yml
Dockerfile
HISTORY.rst
LICENSE
MANIFEST.in
pylint.rc
README.rst
setup.py