Public bug reported:

During troubleshooting of migration errors due to differences in
placement API database allocations from the actual nova allocation
utilization resulting from bugs like lp#1821594, we need to be able to
run commands such as

"openstack resource provider allocation delete $UUID"

The openstack resource provider command sets are provided by the osc-
placement plugin.

Current workaround is to create a venv with the openstackclient and osc-
placement plugin.

virtualenv -p python3 osc
source osc/bin/activate
pip3 install osc-placement openstackclient
./osc/bin/openstack resource provider.....

It would be helpful for these commands to be included in the UCA and
snap for Openstack Queens and newer.

For reference: https://docs.openstack.org/osc-
placement/queens/cli/index.html#resource-provider-allocation-delete

** Affects: python-openstackclient (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1847280

Title:
  Include osc-placement plugin in openstack client package and snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1847280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to