Comment 4 for bug 1673252

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/448156
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=9696ec9310051263add71f94464c7edc6b02a332
Submitter: Jenkins
Branch: master

commit 9696ec9310051263add71f94464c7edc6b02a332
Author: Matt Riedemann <email address hidden>
Date: Tue Mar 21 11:25:37 2017 -0400

    Fix note on specifying a specific host for nova

    The parsing goes like this in Nova:

    1. --availability-zone ZONE (no host or node)
    2. --availabllity-zone ZONE:HOST (no node)
    3. --availability-zone ZONE::NODE (no host)
    4. --availability-zone ZONE:HOST:NODE

    So we need to fix the docs to match case #2.

    Change-Id: Iedb8d221d0a33f18a7e4e10dff7b35823eef90a7
    Closes-Bug: #1673252