nova/nova/compute
Qin Zhao 1a82601238 Revert "Truncate encoded instance message to 255"
This reverts commit bd9c32289f.

UTF-8 character bytes size varies from 1 to 6. If truncating a long
bytes string to 255, the last character may be cut in the middle,
so that UnicodeDecodeError will occur when converting it back to
unicode. Need to revert this code change and make a new patch.

Related-Bug: 1389102

Change-Id: Ie439cffe11d657e77397c9070a3923a61f68a678
2014-11-14 23:31:31 +08:00
..
monitors Use oslo.utils 2014-10-06 21:41:17 -04:00
resources docs - Fix errors,warnings from document generation 2014-08-11 12:53:27 +00:00
__init__.py Use oslo.utils 2014-10-06 21:41:17 -04:00
api.py Fixes DOS issue in instance list ip filter 2014-10-28 15:01:15 +00:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
cells_api.py Allow force-delete irrespective of VM task_state 2014-10-14 21:06:22 -07:00
claims.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
delete_types.py Allow force-delete irrespective of VM task_state 2014-10-14 21:06:22 -07:00
fakevirtinstance.xml update copyrights 2010-07-15 01:28:51 -04:00
flavors.py Merge "move dict copy in prep for object-ify flavors" 2014-10-08 13:33:13 +00:00
hvtype.py Translate 'powervm' hypervisor_type to 'phyp' for scheduling 2014-10-21 16:31:33 -07:00
instance_actions.py Add missing instance action record for start of live migration 2014-09-24 10:14:42 +08:00
manager.py Add update_cells to BandwidthUsage.create() 2014-11-13 17:36:12 -05:00
power_state.py Remove underscore for the STATE_MAP variable 2014-02-17 03:01:45 -08:00
resource_tracker.py Make resource tracker always use Flavor objects 2014-10-30 19:06:26 +01:00
rpcapi.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
stats.py Switch to nova's jsonutils in oslo.serialization 2014-10-14 11:35:05 +00:00
task_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00
utils.py Revert "Truncate encoded instance message to 255" 2014-11-14 23:31:31 +08:00
vm_mode.py virt: use compute.vm_mode constants and validate vm mode type 2014-09-16 15:32:40 +01:00
vm_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00