mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Merge "[nova] Do not throw out stdout of nova-manage --version"
This commit is contained in:
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
|
||||
set -ex
|
||||
|
||||
NOVA_VERSION=$(nova-manage --version 2>&1 > /dev/null)
|
||||
NOVA_VERSION=$(nova-manage --version 2>&1)
|
||||
|
||||
# NOTE(portdirect): check if nova fully supports cells v2, and manage
|
||||
# accordingly. Support was complete in ocata (V14.x.x).
|
||||
|
||||
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
|
||||
set -ex
|
||||
|
||||
NOVA_VERSION=$(nova-manage --version 2>&1 > /dev/null)
|
||||
NOVA_VERSION=$(nova-manage --version 2>&1)
|
||||
|
||||
function manage_cells () {
|
||||
# NOTE(portdirect): check if nova fully supports cells v2, and manage
|
||||
|
||||
Reference in New Issue
Block a user