]>
author | Ollie Leahy <oliver.leahy@hp.com> | |
Wed, 15 May 2013 10:05:49 +0000 (10:05 +0000) | ||
committer | Ollie Leahy <oliver.leahy@hp.com> | |
Tue, 4 Jun 2013 14:38:28 +0000 (14:38 +0000) | ||
commit | 7d1534c8f393d1ff3544da37aa672f1d28c49802 | |
tree | b5d15494bbfd87c75c19d4ce04842557748674c4 | tree | snapshot |
parent | a003e4a41fe4378d06481ccaadeb57d890600bd6 | commit | diff |
cinder/api/contrib/volume_transfer.py | [new file with mode: 0644] | blob |
cinder/api/views/transfers.py | [new file with mode: 0644] | blob |
cinder/db/api.py | diff | blob | history | |
cinder/db/sqlalchemy/api.py | diff | blob | history | |
cinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.py | [new file with mode: 0644] | blob |
cinder/db/sqlalchemy/models.py | diff | blob | history | |
cinder/exception.py | diff | blob | history | |
cinder/flags.py | diff | blob | history | |
cinder/tests/api/contrib/test_volume_transfer.py | [new file with mode: 0644] | blob |
cinder/tests/db/test_transfers.py | [new file with mode: 0644] | blob |
cinder/tests/test_migrations.py | diff | blob | history | |
cinder/tests/test_volume_transfer.py | [new file with mode: 0644] | blob |
cinder/transfer/__init__.py | [new file with mode: 0644] | blob |
cinder/transfer/api.py | [new file with mode: 0644] | blob |