Sen Yang 9213ec2d32 Implement hypervisor hostname exact pattern match
When starting cold migration with nova command "nova host-
    servers-migrate compute-1", the migration started from all
    compute hosts starting with name "compute-1", not only from
    compute-1 host. The same thing happens to "nova host-meta",
    "nova host-evacuate", "nova host-evacuate-live" as well.

    With the "--strict" option added to these nova commands, the
    action will be applied to a single compute with the exact
    hostname string match, but not to the computes with hostname
    substring match. Error handling is also added to these nova
    commands such that when specified hostname name does not exist,
    "NotFound" will be returned.

Closes-Bug: #1667794
Change-Id: I5610efa160864b0d91cd67961883a6bec5bb8dd0
2018-01-31 08:41:07 -06:00
2018-01-18 20:07:20 +00:00
2014-05-07 12:16:41 -07:00
2017-03-23 14:55:17 -04:00
2017-12-13 03:43:32 +03:00
2015-09-08 10:10:25 -07:00
2011-08-08 13:25:29 -07:00
2017-03-06 01:18:45 +00:00

Team and repository tags

image

Python bindings to the OpenStack Compute API

Latest Version

Downloads

This is a client for the OpenStack Compute API. It provides a Python API (the novaclient module) and a command-line script (nova). Each implements 100% of the OpenStack Compute API.

Description
OpenStack Compute (Nova) Client
Readme 35 MiB
Languages
Python 100%