powervc-driver/glance-powervc
Terry Yao 64233b7e1c Fix the issue to unescape unneed characters in image property
Currently, powervc driver image sync service will sync the powervc image
meta properties to hosting openstack side, it's using
HTMLParser.unescape() to unescape the escape chars. It's over used, only
"<", and ">" that corresponding escpae char is "&lt;" & "&gt;" is needed
to be unescaped. Fix this only to unescape this two chars.
 
Closes-Bug: #1362886
Change-Id: I11db0cab46c8707a6c306f9967d7afc08fbad3ec
2014-08-29 10:03:58 +08:00
..
bin Start up glance-powervc driver in Juno Release 2014-07-17 02:02:45 -04:00
init Initial code base commit. 2014-05-08 22:00:29 +08:00
powervc Fix the issue to unescape unneed characters in image property 2014-08-29 10:03:58 +08:00
test Fix copyright headline in the source files 2014-05-09 13:05:20 +08:00
.project Initial code base commit. 2014-05-08 22:00:29 +08:00
.pydevproject Initial code base commit. 2014-05-08 22:00:29 +08:00
run_tests.sh Initial code base commit. 2014-05-08 22:00:29 +08:00