Verifying Placement
Perform the following operations on the controller node.
- Log in to the OpenStack CLI as the user admin.
1source /etc/keystone/admin-openrc
- Check the status to ensure normal operation.
1placement-status upgrade check

- Install the pip.
1 2
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py --no-check-certificate python get-pip.py
- Run the following commands for the Placement API:
- Install the osc-placement plugin.
1pip install osc-placement
- List available resource classes and features.
1 2
openstack --os-placement-api-version 1.2 resource class list --sort-column name openstack --os-placement-api-version 1.6 trait list --sort-column name

- Install the osc-placement plugin.
Parent topic: Installing, Configuring, and Verifying Placement