summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge "Fix bug 983206 : _try_convert parsing string"Jenkins2012-05-082-24/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix bug 983206 : _try_convert parsing stringJoe Gordon2012-05-072-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * _try_convert in ec2utils.py didn't handle strings starting with "0x" * Added tests to cover bug * Add better float support * remove unused complex number support Change-Id: I382d36f4a8671bcceccfa1ebdbae89a9d2aca207
* | | | | | | | | | | | | Remove instance action logging mechanismBrian Waldon2012-05-0813-259/+52
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove InstanceActions db model * Remove relevant db api functions * Add migration 93 which drops the instance_actions * Remove server_action_list API extension * Fixes bug 994846 Change-Id: Ibbd787183034314460f41c84b9ad152655739209
* | | | | | | | | | | | Merge "A previous patch decoupled the RPC drivers from the nova.flags, ↵Jenkins2012-05-081-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaking instance audit usage in the process. This configures the xvpvncproxy to configure the RPC drivers properly with FLAGS so that xvpvncproxy can run."
| * | | | | | | | | | | | A previous patch decoupled the RPC drivers from the nova.flags, breaking ↵Antony Messerli2012-05-071-0/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instance audit usage in the process. This configures the xvpvncproxy to configure the RPC drivers properly with FLAGS so that xvpvncproxy can run. Change-Id: I71d27a06060120448bd3401ee91566dbc3b6a289
* | | | | | | | | | | | Merge "httplib throw "TypeError: an integer is required" when run quantum"Jenkins2012-05-083-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | httplib throw "TypeError: an integer is required" when run quantumhua zhang2012-05-083-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 993149 Change-Id: Ife663ec1cf2b9d094a00c488f849da5857cc34a3
* | | | | | | | | | | | | Merge "pylint cleanup"Jenkins2012-05-0810-20/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | pylint cleanupJoe Gordon2012-05-0710-20/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly remove unused imports Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e
* | | | | | | | | | | | Merge "Implement key pair quotas."Jenkins2012-05-0810-5/+165
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Implement key pair quotas.Dan Prince2012-05-0310-5/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes LP Bug #987058. Change-Id: Ibefcdc448cb60754d5358fd08d74f7d279c8b16e
* | | | | | | | | | | | Merge "Remove Deprecated AuthMiddleware"Jenkins2012-05-0811-488/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove Deprecated AuthMiddlewareBrian Waldon2012-05-0711-488/+8
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove nova.api.openstack.auth:AuthMiddleware * Remove associated tests * Remove 'deprecated' api pipelines * Partially implements bp remove-deprecated-auth Change-Id: Ifcfac573a569f982c2626bbd0bc740d3c908c9fa
* | | | | | | | | | | | Merge "Fix a race with rpc.register_opts in service.py."Jenkins2012-05-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix a race with rpc.register_opts in service.py.Dan Prince2012-05-061-0/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue in service.py where rpc.register_opts may not get called before wait() accesses FLAGS... which can cause NoneType exceptions with some versions of nova.conf. Fixes LP Bug #995328. Change-Id: Ib177c2a082a4cf1c22935c1e6fdf3ba714a33aca
* | | | | | | | | | | | Merge "adjust logging levels for utils.py"Jenkins2012-05-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | adjust logging levels for utils.pyPeng Yong2012-05-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6547d61a32bcd8518aa350eb8fad833a1612b692
* | | | | | | | | | | | Merge "Update api-paste.ini to remove unused settings"Jenkins2012-05-071-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update api-paste.ini to remove unused settingsJoe Gordon2012-05-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service_* flags are not used by the new (keystone light) auth_token keystone middleware Change-Id: Ie89f857325adb6e73434faf909706bc872d1edcf
* | | | | | | | | | | | Merge "Replaces exceptions.Error with NovaException"Jenkins2012-05-0738-207/+208
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-0738-207/+208
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 817107 Change-Id: I6253e6bbcc44676c587b315fa32afba6459e676a
* / | | | | | | | | | | Allow sitepackages on jenkins.Monty Taylor2012-05-071-1/+2
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since our overall environment on the jenkins slaves is controlled, it's safe to allow site-packages. BUT - more importantly, it's the only way to get python-libvirt to be accessed. Change-Id: I1181127a134afdfc1de58d0ab819395bb8995647
* | | | | | | | | | | Merge "Fix semantics for migration test environment var"Jenkins2012-05-041-5/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix semantics for migration test environment varMark Washenberger2012-05-041-5/+6
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I483f29d826fe1e1d1478e714524661aaf20c1cf3
* | | | | | | | | | | Merge "Clean up weighted_sum logic."Jenkins2012-05-041-27/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Clean up weighted_sum logic.Yuriy Taraday2012-05-041-27/+8
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie8ea6af8e94149e06d1096baac4519e132d1f44d
* | | | | | | | | | | Merge "Use fake_libvirt_utils for libvirt console tests."Jenkins2012-05-042-5/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use fake_libvirt_utils for libvirt console tests.Dan Prince2012-05-042-5/+13
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates test_libvirt.py so that it users fake_libvirt_utils. This resolves an issue where the previous tests required sudo to properly execute. Fixes LP Bug #992805. Change-Id: I9354b8facf82fb861dc2fe6da5fca102d8a33fbf
* | | | | | | | | | | Merge "Add instance_system_metadata modeling."Jenkins2012-05-046-21/+248
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add instance_system_metadata modeling.Rick Harris2012-05-046-21/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements blueprint instance-system-metadata. Adds a new table to store system-owned metadata tied to an instance. The intent is to provide a key/value store that compute plugins can use to persist state. Change-Id: Ic446fea0f9c8a652f2ac6d554f4f85021ce34fb8
* | | | | | | | | | | Register fake flags with rpc init function.Dan Prince2012-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes LP Bug #994775. Change-Id: I60b6d9b500a9a1dd801919a3b63dc3ddfa291c13
* | | | | | | | | | | Merge "Adds missing copyright to migration 082."Jenkins2012-05-041-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Adds missing copyright to migration 082.Dan Prince2012-05-041-0/+14
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib43d3efed1aed8f4d955208aebb627206b106f30
* | | | | | | | | | Merge "Default auto-increment for int primary key columns"Jenkins2012-05-041-4/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Default auto-increment for int primary key columnsEoghan Glynn2012-05-041-4/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consistently rely on the default auto-increment flag for integral primary key columns (rather than being explicit in some cases and implicit elsewhere). Change-Id: I5da89b286b199b0ddb709ca882699e9419ec68e0
* | | | | | | | | Merge "Fix test_mysql_innodb"Jenkins2012-05-041-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix test_mysql_innodbBrian Elliott2012-05-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the default table engine in MySQL wasn't set to be InnoDB, then the sqlalchemy migration version table would cause 'test_mysql_innodb' to fail. Change-Id: I38787d4c3e3f2896fdc349d6f7817d3ef78cc2a5
* | | | | | | | | Merge "Move image checksums into a generic file."Jenkins2012-05-033-110/+262
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Move image checksums into a generic file.Michael Still2012-04-273-110/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow us to store other information about an image on a single compute node. This is required for prefetching to be implemented. Change-Id: Ic65b04cc1ef2101a1ac588595b943b813abdd50d
* | | | | | | | | Merge "Convert Volume and Snapshot IDs to use UUID"Jenkins2012-05-0316-83/+1251
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Convert Volume and Snapshot IDs to use UUIDJohn Griffith2012-05-0216-83/+1251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Three migrations 1. create id mappings 2. convert volume_id and snapshot_id from int to string 3. change volume/snapshot id's from int to uuid * DB migration for Volume and Related tables * Addition of new volume id mapping tables * Added methods in ec2utils * Minor tweaks to unit tests * Other changes to migration to ensure consistency in id's * Fixed bug in the block-device-mapping table (wasn't setting autoinc) Change-Id: Ic6c3646e0f01c26467a4a3c20e13eebaa2baa97e
* | | | | | | | | | Merge "Remove unused import"Jenkins2012-05-031-2/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused importJohannes Erdfelt2012-05-021-2/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not only unused, but using webob exceptions from compute.api is bad practice. That should happen in the OS API or EC2 API layers. Change-Id: Ibfe20148608aaca0884fe123eb32c8957980ca56
* | | | | | | | | | Merge "Compact pre-Folsom database migrations."Jenkins2012-05-03118-9845/+1006
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compact pre-Folsom database migrations.Dan Prince2012-05-02118-9845/+1006
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compacts the pre-Folsom database migrations into a single migration (082_essex.py). Pre-Folsom users will need to upgrade to Essex before running any Folsom migrations. Implements blueprint db-migration-cleanup. Testing notes available at: http://wiki.openstack.org/database_migration_testing Change-Id: I64c06a3adcf83d6d723c4c11001544ba97668413
* | | | | | | | | | Merge "Allow blank passwords in changePassword action"Jenkins2012-05-032-9/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow blank passwords in changePassword actionBrian Waldon2012-05-012-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes bug 992661 Change-Id: Ia07e27586719e231f5ef99f4b25b8d9ba6e7f6ca
* | | | | | | | | | | Merge "Imported Translations from Launchpad"OpenStack Jenkins2012-05-0319-16874/+17618
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Imported Translations from LaunchpadOpenStack Jenkins2012-04-2219-16874/+17618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5e60309271831ff54c9c72289aed2953308ec89c
* | | | | | | | | | | Merge "Ensure that the dom0 we're connected to is the right one"Jenkins2012-05-032-0/+21
|\ \ \ \ \ \ \ \ \ \ \