Merge "[nova] Do not throw out stdout of nova-manage --version"
This commit is contained in:
commit
9e21287dd3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user