commit | 99a0613bf7fb3657972c988585d432795d49eb49 | [log] [tgz] |
---|---|---|
author | Joe Topjian <joe@topjian.net> | Sun Feb 22 05:06:25 2015 +0000 |
committer | Joe Topjian <joe@topjian.net> | Fri Jul 10 03:04:29 2015 +0000 |
tree | 280beebced37200e25b40782930721732841fcef | |
parent | f956c6c6c0c55844eff4b153b5071ef6e3ab4ab4 [diff] [blame] |
os-networks extension This commit adds the os-networks extention. This can be used to view details about the nova-network-based networks that a tenant has access to.
diff --git a/openstack/compute/v2/extensions/networks/doc.go b/openstack/compute/v2/extensions/networks/doc.go new file mode 100644 index 0000000..fafe4a0 --- /dev/null +++ b/openstack/compute/v2/extensions/networks/doc.go
@@ -0,0 +1,2 @@ +// Package network provides the ability to manage nova-networks +package networks