4483fe5006
This patch is based on https://review.openstack.org/161194 It renames vmware_nsx/tests/unit/vmware/ to vmware_nsx/tests/unit/ and creates subdirectories vmware_nsx/tests/unit/dvs/ vmware_nsx/tests/unit/nsx_mh/ vmware_nsx/tests/unit/nsx_v/ vmware_nsx/tests/unit/nsx_v3/ vmware_nsx/tests/unit/nsxlib/mh/ vmware_nsx/tests/unit/nsxlib/v3/ This is part of new vmware_nsx directory structure proposed in https://goo.gl/GdWXyH. Change-Id: I16aa2455bce55f6455bb5e504ee9684c675b4257
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"
|
|
}
|