Rate This Document
Findability
Accuracy
Completeness
Readability

Verifying Placement

Perform the following operations on the controller node.

  1. Log in to the OpenStack CLI as the user admin.
    1
    source /etc/keystone/admin-openrc
    
  2. Check the status to ensure normal operation.
    1
    placement-status upgrade check
    

  3. Install the pip.
    1
    2
    wget https://bootstrap.pypa.io/pip/2.7/get-pip.py --no-check-certificate
    python get-pip.py
    
  4. Run the following commands for the Placement API:
    1. Install the osc-placement plugin.
      1
      pip install osc-placement
      
    2. 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