~ubuntu-branches/ubuntu/quantal/quantum/quantal-proposed

« back to all changes in this revision

Viewing changes to quantum/plugins/nicira/nicira_nvp_plugin/tests/fake_post_lswitch.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-17 10:42:58 UTC
  • mfrom: (2.1.10)
  • Revision ID: package-import@ubuntu.com-20120817104258-56y9u0r7lkh0kfob
Tags: 2012.2~f3-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "display_name": "%(display_name)s",
 
3
   "uuid": "%(uuid)s",
 
4
   "tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"}],
 
5
   "type": "LogicalSwitchConfig",
 
6
   "_schema": "/ws.v1/schema/LogicalSwitchConfig",
 
7
   "port_isolation_enabled": false,
 
8
   "transport_zones": [
 
9
      {"zone_uuid": "%(zone_uuid)s",
 
10
      "transport_type": "stt"}],
 
11
   "_href": "/ws.v1/lswitch/%(uuid)s"
 
12
}