Code review comment for lp:~rackspace-titan/glance/api-results-ordering

Revision history for this message
Brian Lamar (blamar) wrote :

I think Nova and Glance have slightly differences in this aspect. Nova 'requires' a single line summary followed by a multi-line description:

"""This is the first line summary.

This is the multiple line description which in itself
can have multiple line breaks and stuff. Plus it has a newline
at the end of it all.

"""

If it's just one line then it has to be all on one line:

"""This is a one line summary that needs to be 80 char or less."""

But meh, I've had nightmares about this ;)

« Back to merge proposal