Comment 6 for bug 1461836

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

Reviewed: https://review.openstack.org/202390
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=630e81ec8b5a5afa5a54636b340cdfc34292d06e
Submitter: Jenkins
Branch: master

commit 630e81ec8b5a5afa5a54636b340cdfc34292d06e
Author: max <email address hidden>
Date: Thu Jul 16 11:23:48 2015 +0800

    Remove an unnecessary option for image-create

    It is depend on Image service API version whether the option
    is "--is-public true" or "--visibility public" for public.
    This option is not essential for the steps,
    so this change simply remove the unnecessary option.

    Change-Id: I56e15bcbe4634540f67fcfe4b454c098759d66fb
    Closes-Bug: #1461836