Comment 2 for bug 1801364

Revision history for this message
Robert Schweikert (rjschwei) wrote : Re: persisting OpenStack metadat fails

The patch is one possible implementation of avoiding the utf-8 error when persisting the metadata.

Depending on whether random_seed is actually useful to persist it may also be possible to simply drop the data in openstack.py

if 'random_seed' in metadata:
    del metadata['random_seed']