display the openstack version
Hello
I am looking for which command to display the openstack version? "Nova-manage --version" does not work
I'm using HP Helion
thank you
First time here? Check out the FAQ!
Hello
I am looking for which command to display the openstack version? "Nova-manage --version" does not work
I'm using HP Helion
thank you
For Helion OpenStack, you can use
$ cat /etc/HPE_Helion_version
#
# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
HPE Helion OpenStack hos-4.0.1 (build 01-1181)
HOS 4 means Mitaka.
please try
(for individual components) nova-manage --version
keystone-manage --version
glance-manage --version
neutron-server --version
openstack --version (for your cli)
thanks
Thanks for your answers
The command nova-manage doesn't exist in my Openstack .I have HP Openstack (HPE Helion) it's probably the cause
The commands "neutron --version" / "nova --version" / "openstack --version" works !
"Openstack --version" return : openstack 1.7.3
What is this 1.7.3 ??
Thank you
Hi,
can you try 'nova-manage version'? and/or get the name of the package from which you can extract quite the same information (see https://ask.openstack.org/en/question... for example)
Asked: 2017-01-25 09:28:39 -0600
Seen: 2,366 times
Last updated: Jan 26 '17
I want to install an older version of juno 1:2014.2-0ubuntu1
Installing Juno in centos 7 [closed]
ENABLE_TENANT_TUNNELS, OVS Version check in Compute fails
Openstack version upgrade pre-req
How to check the version of swift in storage node?
nova installation on RHEL - version mismatch
Determine Openstack version using REST API