# Pastebin 2YH9pvmK b"Template: { 'server': { 'OS-DCF:diskConfig': 'AUTO'," b" 'adminPass': '%(password)s'," b" 'id': '%(id)s'," b" 'links': [ { 'href': '%(versioned_compute_endpoint)s/servers/%(uuid)s'," b" 'rel': 'self'}," b" { 'href': '%(compute_endpoint)s/servers/%(uuid)s'," b" 'rel': 'bookmark'}]," b" 'security_groups': [{'name': 'default'}]}} use name 'uuid' in creating request ruined response template's uuid, that's wired. I would like to keep my verison if this is expected.