commit | c21202d77bc24112dec44632c11c9c4ee666f669 | [log] [tgz] |
---|---|---|
author | Joe Topjian <joe@topjian.net> | Fri Feb 27 21:32:58 2015 +0000 |
committer | Joe Topjian <joe@topjian.net> | Wed Mar 04 04:00:15 2015 +0000 |
tree | 930d37e14f0f460570b8c812101fbdb58efafd50 | |
parent | 75c3fecab50deff8ff90bce2147a9d3140c5a13f [diff] [blame] |
os-tenant-networks This commit adds support for the os-tenant-networks extension.
diff --git a/openstack/compute/v2/extensions/tenantnetworks/doc.go b/openstack/compute/v2/extensions/tenantnetworks/doc.go new file mode 100644 index 0000000..65c46ff --- /dev/null +++ b/openstack/compute/v2/extensions/tenantnetworks/doc.go
@@ -0,0 +1,2 @@ +// Package tenantnetworks provides the ability for tenants to see information about the networks they have access to +package tenantnetworks