---
title: "General information about OpenStack CLI"
sidebar_label: "OpenStack CLI"
sidebar_position: 1
description: "What the OpenStack CLI console client is and the versions of OpenStack API components"
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# General information about OpenStack CLI

OpenStack CLI is a console client for working with the OpenStack API, which is installed on a local computer. Through the OpenStack CLI in Selectel, you can manage cloud infrastructure:

* [servers](/cloud-servers/);
* [placement groups](/cloud-servers/placement-groups/);
* [network volumes](/cloud-servers/volumes/);
* [networks](/cloud-servers/cloud-networks/);
* [images](/cloud-servers/images/);
* [load balancers](/cloud-servers/load-balancers/).

Current versions of components supported in Selectel can be found in the [OpenStack component versions](#openstack-components-versions) table.

To work with cloud infrastructure via the console client, [configure the OpenStack CLI](/cloud-servers/tools/openstack-cli/configure-openstack-cli.mdx).

## OpenStack component versions \{#openstack-components-versions}

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th />

        <th>Release version</th><th>API version</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th>[Keystone](https://docs.openstack.org/api-ref/identity/v3/)</th><td>Zed</td><td>3.14</td>
      </tr>

      <tr>
        <th>[Placement](https://docs.openstack.org/api-ref/placement/)</th><td>Zed</td><td>1.0 (maximum microversion — 1.39)</td>
      </tr>

      <tr>
        <th>[Nova](https://docs.openstack.org/api-ref/compute/)</th><td>Zed</td><td>2.1 (maximum microversion — 2.93)</td>
      </tr>

      <tr>
        <th>[Neutron](https://docs.openstack.org/api-ref/network/v2/)</th><td>Zed</td><td>2.0</td>
      </tr>

      <tr>
        <th>[Cinder](https://docs.openstack.org/api-ref/block-storage/v3/)</th><td>Wallaby</td><td>3.0 (maximum microversion — 3.64)</td>
      </tr>

      <tr>
        <th>[Glance](https://docs.openstack.org/api-ref/image/)</th><td>Zed</td><td>2.16</td>
      </tr>

      <tr>
        <th>[Karbor](https://docs.openstack.org/api-ref/data-protection-orchestration/v1/index.html)</th><td>Wallaby</td><td>1.0</td>
      </tr>

      <tr>
        <th>[Manila](https://docs.openstack.org/api-ref/shared-file-system/)</th><td>Zed</td><td>2.0 (maximum microversion — 2.75)</td>
      </tr>

      <tr>
        <th>[Heat](https://docs.openstack.org/api-ref/orchestration/)</th><td>Zed</td><td>1.0</td>
      </tr>

      <tr>
        <th>[Octavia](https://docs.openstack.org/api-ref/load-balancer/v2/)</th><td>2023.1</td><td>2.26</td>
      </tr>

      <tr>
        <th>[Gnocchi](https://gnocchi.osci.io/gnocchiclient/)</th><td>4.5</td><td>1.0</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
