nova/nova/api/metadata
Rick Harris 782bab8dd2 Guard against content being None
`content` can be passed in as None, so we need to set it to the empty
list if that occurs.

This also fixes the bad-practice of using a mutable data-type as a
default argument.

Fixes bug 1163598

Change-Id: Ie991c9452a21cfb036d3955a094ec345805d63d1
2013-04-02 21:54:12 +00:00
..
__init__.py Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
base.py Guard against content being None 2013-04-02 21:54:12 +00:00
handler.py Switch to using memorycache from oslo. 2013-03-01 10:24:00 -08:00
password.py Refactor server password metadata to avoid direct db usage 2013-02-05 14:00:51 -05:00