0c57f3c4e0
When we put validation into the project_id in urls we had to expand the default set of allowed values to include 'openstack' and 'fake'. This cleans up all the instances of 'openstack' in the functional tests, and api samples, and instead uses a constant string which looks like a real project_id. We need a stable project_id and not a sentinel otherwise the samples will be arbitrarily changes on every update. Change-Id: I1099fd43d2374abd1658b0917765d5375c4b8d1d
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"security_group": {
|
|
"description": "default",
|
|
"id": 1,
|
|
"name": "default",
|
|
"rules": [],
|
|
"tenant_id": "6f70656e737461636b20342065766572"
|
|
}
|
|
} |