summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge "Fix internationalization for some LOG messages"Jenkins2013-05-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fix internationalization for some LOG messagesChris Yeoh2013-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a couple of LOG messages to support internationalisation Change-Id: Ifba6beb6a33e3969522776114a69def9eaa5262b
* | | | | | | | | | | | | | | | | | | | Merge "Add missing tests for nova.db.api.quota_* methods"Jenkins2013-05-291-12/+142
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Add missing tests for nova.db.api.quota_* methodsSergey Skripnick2013-05-291-12/+142
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blueprint db-api-tests Change-Id: I2ecbe7ee30359fa9394869503d363beab105675d
* | | | | | | | | | | | | | | | | | | | Merge "Add db test that checks that shadow tables are up-to-date"Jenkins2013-05-291-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Add db test that checks that shadow tables are up-to-dateBoris Pavlovic2013-05-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is finally patch for bp db-improve-archiving. It add new test that checks that: 1) there is no extra shadow tables 2) for each table we have shadow table 3) Tables and shadow tables have the same columns. blueprint db-improve-archiving Change-Id: If037ccbb80a880777e8bc2224b0847ccf9413ea2
* | | | | | | | | | | | | | | | | | | | | Merge "Sync shadow table for 159 migration"Jenkins2013-05-294-0/+224
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Sync shadow table for 159 migrationBoris Pavlovic2013-05-294-0/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to use db archiving our table and shadow table should have the same columns. fixes bug 1179507 Change-Id: Ia8a0271505d374456a9ff14d314e80af9bad4a2b
* | | | | | | | | | | | | | | | | | | | | Merge "Sync shadow table for 157 migration"Jenkins2013-05-292-0/+34
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Sync shadow table for 157 migrationBoris Pavlovic2013-05-292-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to use db archiving our table and shadow table should have the same columns. fixes bug 1179504 Change-Id: I08485630a0e31252084e48d403f56da6866e0475
* | | | | | | | | | | | | | | | | | | | | Merge "Sync shadow table for 156 migration"Jenkins2013-05-292-0/+125
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Sync shadow table for 156 migrationBoris Pavlovic2013-05-292-0/+125
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to use db archiving our table and shadow table should have the same columns. fixes bug 1179502 Change-Id: Ibb0d4708d949d53e17e91307f07bb90a11b9a990
* | | | | | | | | | | | | | | | | | | | Merge "Rename policy auth for V3 os-fixed-ips"Jenkins2013-05-293-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Rename policy auth for V3 os-fixed-ipsChris Yeoh2013-05-283-2/+6
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renames name used to for policy authorisation for the V3 os-fixed-ips to os-fixed-ips with a "v3:" prefix (as per ML discussion) Change-Id: Ia599c29d7f45153ef47605b6e2a7061fc28ff7cc
* | | | | | | | | | | | | | | | | | | | Merge "Don't delete sys_meta on instance delete"Jenkins2013-05-293-13/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Don't delete sys_meta on instance deleteChris Behrens2013-05-293-13/+25
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, we require to access instance_system_metadata to get data (specifically at least instance_type data) for instances that have been deleted. There's 2 cases where this is true: 1) nova-api supports showing deleting instances when you specify a 'changes-since' param. 2) The _usage_audit_log periodic task pulls all instances during the audit period, which includes instances that have been deleted during that period. This reverts commit 17bca438954638d74035d560e826a26a532b3ea3, which was attempting to fix a bug where we leave instance_system_metadata entries undeleted from the DB. There's not an easy way to query for the deleted sys_meta data in an efficient manner, and leaving the entries undeleted is the lesser of the 2 evils for now. Fixes bug 1185190 Change-Id: I898f0546c49126dcc56a4237120082f95dc82304
* | | | | | | | | | | | | | | | | | | | Merge "Add tests for some db.security_group_* methods"Jenkins2013-05-291-0/+174
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Add tests for some db.security_group_* methodsRoman Bogorodskiy2013-05-291-0/+174
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce SecurityGroupTestCase with tests for some of the db.security_group_* methods, such as create, destroy, get, etc. blueprint db-api-tests Change-Id: I596c85e3d117fa255e457e05aa845cd1118a2e86
* | | | | | | | | | | | | | | | | | | | Merge "Fix volume IO usage notifications been sent too often."Jenkins2013-05-296-73/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-296-73/+83
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each compute node was sending out volume IO usage notifications for all the volumes in use in the system. This include volumes hosted on the other compute nodes duplicating the events. Fix this by getting the conductor to send out the IO usage notification event immediately after it updates the volume usage cache table, and only for the effected volume. Fixes: bug 1182102 Change-Id: Id3216caa482110bdec2b7f5ea13050112e4da009
* | | | | | | | | | | | | | | | | | | Merge "Add missing os.path.abspath around csrfile."Jenkins2013-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add missing os.path.abspath around csrfile.David Ripton2013-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure paths are absolute before passing them to openssl. Fixes bug 1185052 Change-Id: I3ba9dd0a01d0078f830c33ac3173259985790060
* | | | | | | | | | | | | | | | | | | | Merge "Using unicode() to handle image's properties"Jenkins2013-05-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Using unicode() to handle image's propertiesZhi Yan Liu2013-05-221-2/+2
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace str() to unicode() to allow nova-api work well with the fix I did in glanceclient (https://review.openstack.org/#/c/29245/6). Fixes: Bug #1180377 Change-Id: I31e532bb50e12e355b9dd26c9ce1e129da858cbe Signed-off-by: Zhi Yan Liu <lzy.dev@gmail.com>
* | | | | | | | | | | | | | | | | | | | Merge "API Extensions framework for v3 API Part 2"Jenkins2013-05-2912-11/+2360
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | / / / / / / / / / / / / / / / / | | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | API Extensions framework for v3 API Part 2Chris Yeoh2013-05-2812-11/+2360
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the second patch for the new extension framework which is only to be used by the Nova v3 API. - Adds tracking of extensions loaded and allows extensions access to this information - Adds core API functionality as extensions - 'server' - Adds an entry point that other extensions can use to modify the server create arguments without having to modify the server extension itself - TODO: Will have to add more entry points as other extensions are ported. Delaying adding entry points now so they can be tested as they are added. - Adds port of os-keypairs extension - This is an example of a controller extension in the new framework - This is an example of using the server extension entry point to add functionality without modify the core API code - Ports tests for the os-keypairs extensions - Adds v3 API fake specific code for tests This completes the bulk of the new extension framework. Porting of the server tests will be done in future changesets as more of the core API is ported across as the tests are dependent on multiple core APIs. Partially implements blueprint v3-api-extension-framework Change-Id: Ibadb5bbe808c27d2f4afebe65c06a92576397085
* | | | | | | | | | | | | | | | | | Merge "Make testr preserve existing OS_* env vars values"Jenkins2013-05-291-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Make testr preserve existing OS_* env vars valuesRoman Podolyaka2013-05-291-1/+5
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Values for OS_TEST_TIMEOUT, OS_STDOUT_CAPTURE and OS_STDERR_CAPTURE environment variables are fixed in .testr.conf now. It should be possible to override them for each tox/runtests.sh call or for the current shell session without making changes to .testr.conf. Fixes bug 1182416. Change-Id: I6c7839fa78b53ac8ea358ce0143a00931da96a9e
* | | | | | | | | | | | | | | | | | Merge "Clean up failed image transfers in instance spawn"Jenkins2013-05-292-19/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Clean up failed image transfers in instance spawnChang Bo Guo2013-05-292-19/+97
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boot one instance with powervm driver, will transfer the image file to host. Need clean up failed image transfers that may occur during instance spawn. Fixes bug #1173017 Change-Id: Iff5ecd32e201333567a6a4de1d3796e78ea5dc0c
* | | | | | | | | | | | | | | | | | Merge "Verify that CONF.compute_driver is defined"Jenkins2013-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Verify that CONF.compute_driver is definedSimon Pasquier2013-05-291-1/+1
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compute_driver parameter is a mandatory parameter only for nodes running the Nova compute service. However Other Nova services like Nova API actually call the compute_driver_matches() function. Change-Id: Iac7cd46c6bdb4268cfbc650dcde0c95e69545f04 Fixes: bug #1184641
* | | | | | | | | | | | | | | | | Merge "Fixes encoding issues for nova api req body."Jenkins2013-05-292-1/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixes encoding issues for nova api req body.Rohan Rhishikesh Kanade2013-05-202-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ensure utf-8 encoding for POST/PUT body for api requests * As per https://wiki.openstack.org/wiki/Encoding. Fixes bug #1180344 Change-Id: Iea0f16b0c024795fb3aee1cd38bb54ee9da6d90d
* | | | | | | | | | | | | | | | | Merge "Raise exception instances, not exception classes."Jenkins2013-05-297-21/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Raise exception instances, not exception classes.David Ripton2013-05-287-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raising raw exception classes works, but is old deprecated syntax, and may bite us later. Change-Id: I03f41da267ce5cbfc5ea98c531acc9a9b13e082a
* | | | | | | | | | | | | | | | | | Merge "Remove path_exists from NFS/GlusterFS drivers"Jenkins2013-05-292-22/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove path_exists from NFS/GlusterFS driversEric Harney2013-05-222-22/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkdir -p will not throw an error if the path already exists, so this method is unneeded in these classes. Change-Id: I65a67cb75f83f65a6f80c7a90f77c2c5133bd41b
* | | | | | | | | | | | | | | | | | Merge "Add update method of security group name and description"Jenkins2013-05-299-1/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add update method of security group name and descriptionZhenguo Niu2013-05-299-1/+144
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make it possible to edit the name and description of common security groups, we can not rename the default. Fixes: bug #918393 Change-Id: Id6e02cd1054452889282b3ff4fb04b2071980cc8
* | | | | | | | | | | | | | | | | | Merge "Test for remote directory creation before shutting down instance"Jenkins2013-05-291-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Test for remote directory creation before shutting down instancerackerjoe2013-05-131-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch moves the creation of the directory on the migration target earlier in the code path so we can catch failures like missing or incorrect keypairs on the source and destination node. This fixes part of bug #1061024 but not all of it yet. Change-Id: I097cf007cdd8de0c9c3a9390cbc6dc202eddb2b5
* | | | | | | | | | | | | | | | | | | Merge "Add posargs support to flake8 call"Jenkins2013-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add posargs support to flake8 callJoe Gordon2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add posargs to flake8 call in tox.ini, with this you can pass arguments directly into flake8 using the following notation tox -epep8 -- --FLAKE8-ARG Change-Id: I1296eac3df46438ef050bf99ca33eb38d3b02efa
* | | | | | | | | | | | | | | | | | | | Merge "Enumerate Flake8 E12x ignores"Jenkins2013-05-291-1/+1
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Enumerate Flake8 E12x ignoresJoe Gordon2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of ignoring all E12x errors, ignore only the failing ones, so its easy to fix each one separately. Change-Id: Id365f4d61be56b51823ead8c7c1948e034ea609b
* | | | | | | | | | | | | | | | | | | | Merge "Fix and enable flake8 F823"Jenkins2013-05-292-3/+3
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix and enable flake8 F823Joe Gordon2013-05-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | F823 local variable 'blah' (defined in enclosing scope on line xx) referenced before assignment Change-Id: I721e1339ef023558032980bbf59e8dc44b391d52
* | | | | | | | | | | | | | | | | | | | Merge "Cell weighing class to handle mute child cells"Jenkins2013-05-292-0/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Cell weighing class to handle mute child cellsBrian Elliott2013-05-282-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give negative weight to child cells that have not recently sent capability or capacity updates to their parent cell. Change-Id: I7cada3e1b6f04c48b71c82d8e0a8527e44674abd