Get the version for a client
After you install an OpenStack client, you can get its
version number.
Run the following command get the
version number for a client:
$ PROJECT --version
Where PROJECT
is one of the following project
names:
nova.
Compute API and extensions.
neutron.
Networking API.
keystone.
Identity Service API.
glance.
Image Service API.
swift.
Object Storage API.
cinder.
Block Storage Service API.
heat.
Orchestration API.
For example, to see the version of the
nova client, run the following
command:
$ nova --version
2.14.1.17
To see the version of the keystone
client, run the following
command:
$ keystone --version
0.3.1.73