To allow CloudStack to use the Nicira NVP Plugin the network service provider needs to be enabled on the physical network. The following sequence of API calls will enable the network service provider
addNetworkServiceProvider
name = "NiciraNVP"
physicalnetworkid = <the uuid of the physical network>
updateNetworkServiceProvider
id = <the provider uuid returned by the previous call>