Bug 2320143 - OS Placement not included
Summary: OS Placement not included
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-openstackclient
Version: epel10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Joel Capitao
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 10:29 UTC by justin.lamp96
Modified: 2024-10-21 10:29 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description justin.lamp96 2024-10-21 10:29:11 UTC
Description of problem:

Unfortunately the placement osc part is not included and no seperate package is provided. This makes the subcommand `openstack resource provider list` unavailable, which is needed in many cases to inspect traits and allocations. An addition of that package would be very welcome, thank you.

Version-Release number of selected component (if applicable):
Any

How reproducible:
100%

Steps to Reproduce:

```
dnf in python3-openstackclient
openstack resource provider list
```

Actual results:

-> `openstack: 'resource provider list' is not an openstack command. See 'openstack --help'.`

Expected results:

```
$ openstack allocation candidate list --resource VCPU=1
+---+------------+-------------------------+-------------------------+
| # | allocation | resource provider       | inventory used/capacity |
+---+------------+-------------------------+-------------------------+
| 1 | VCPU=1     | 66bcaca9-9263-45b1-a569 | VCPU=0/128              |
|   |            | -ea708ff7a968           |                         |
+---+------------+-------------------------+-------------------------+
```

Additional info:

https://opendev.org/openstack/osc-placement


Note You need to log in before you can comment on or make changes to this bug.