I have a server in Rackspace API. I would like to use the nova
command to remove the public network interface.
I am using the command:
nova virtual-interface-list <instance_id>
and then
nova virtual-interface-delete <instance_id> <virtual_interface_id>
But I get this error:
ERROR: Policy doesn't allow compute_extension:virtual_interfaces:delete to be performed. (HTTP 403) (Request-ID: req-304eff95-1328-40de-acee-7cdde601b62d)
Presently only the primary account user can delete virtual interfaces from a server. This is a known bug, since all admins should be able to delete VIFs, and it has been logged with the Dev team.