github.com/gophercloud/gophercloud@v1.11.0/openstack/compute/v2/extensions/injectnetworkinfo/doc.go (about) 1 /* 2 Package injectnetworkinfo provides functionality to inject the network info into 3 a server that has been provisioned by the OpenStack Compute service. This action 4 requires admin privileges and Nova configured with a Xen hypervisor driver. 5 6 Example to Inject a Network Info into a Server 7 8 serverID := "47b6b7b7-568d-40e4-868c-d5c41735532e" 9 err := injectnetworkinfo.InjectNetworkInfo(client, id).ExtractErr() 10 if err != nil { 11 panic(err) 12 } 13 */ 14 package injectnetworkinfo