380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
11 lines
422 B
JSON
11 lines
422 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"_href": "/ws.v1/security-profile/%(uuid)s",
|
|
"tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"},
|
|
{"scope": "nova_spid", "tag": "%(nova_spid)s"}],
|
|
"logical_port_egress_rules": %(logical_port_egress_rules_json)s,
|
|
"_schema": "/ws.v1/schema/SecurityProfileConfig",
|
|
"logical_port_ingress_rules": %(logical_port_ingress_rules_json)s,
|
|
"uuid": "%(uuid)s"
|
|
}
|