Revert "openstack server create" to "nova boot" command in docs

Bug #1851425 reported by Archit Modi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Archit Modi
Pike
Fix Released
Low
Archit Modi
Queens
Fix Released
Low
Archit Modi
Rocky
Fix Committed
Low
Matt Riedemann
Stein
Fix Committed
Low
Matt Riedemann
Train
Fix Committed
Low
Archit Modi

Bug Description

Description
===========
When this patch [1] was introduced, it didn't take into consideration, the updated/changed/modified parameters when using OSC vs nova CLI, so not every option can be used in "openstack server create" which was used in "nova boot" and vice versa. This bug would track reverting some of these incorrect commands usage.

For example- "nova boot --block device <params1>" can be translated as "openstack server create --block-device-mapping <params2>" where params1 and params2 are formatted differently (hence needs more than a simple search/replace)

[1] https://review.opendev.org/#/c/404623/

Tags: doc
Changed in nova:
assignee: nobody → Archit Modi (amodi5)
status: New → In Progress
Changed in nova:
assignee: Archit Modi (amodi5) → melanie witt (melwitt)
Changed in nova:
assignee: melanie witt (melwitt) → Archit Modi (amodi5)
melanie witt (melwitt)
tags: added: doc
Changed in nova:
importance: Undecided → Low
Changed in nova:
assignee: Archit Modi (amodi5) → Matt Riedemann (mriedem)
Matt Riedemann (mriedem)
Changed in nova:
assignee: Matt Riedemann (mriedem) → Archit Modi (amodi5)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/693065
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=aa39641182e32b86d3585dfa69cf0862610968b6
Submitter: Zuul
Branch: master

commit aa39641182e32b86d3585dfa69cf0862610968b6
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425

Changed in nova:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.opendev.org/693236

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.opendev.org/693239

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.opendev.org/693240

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/693241

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/stein)

Fix proposed to branch: stable/stein
Review: https://review.opendev.org/693242

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/693241
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90
Submitter: Zuul
Branch: stable/train

commit 47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425
    (cherry picked from commit aa39641182e32b86d3585dfa69cf0862610968b6)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/693242
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f2d6dbd77144caf561615d0f552f4e2dc94b7d19
Submitter: Zuul
Branch: stable/stein

commit f2d6dbd77144caf561615d0f552f4e2dc94b7d19
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425
    (cherry picked from commit aa39641182e32b86d3585dfa69cf0862610968b6)
    (cherry picked from commit 47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/rocky)

Reviewed: https://review.opendev.org/693240
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7bb5a11f701704530cf756cd5776f0997d104250
Submitter: Zuul
Branch: stable/rocky

commit 7bb5a11f701704530cf756cd5776f0997d104250
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425
    (cherry picked from commit aa39641182e32b86d3585dfa69cf0862610968b6)
    (cherry picked from commit 47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90)
    (cherry picked from commit f2d6dbd77144caf561615d0f552f4e2dc94b7d19)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (stable/pike)

Change abandoned by Archit Modi (<email address hidden>) on branch: stable/pike
Review: https://review.opendev.org/693236
Reason: Abandoning, creating a new cherry-pick change

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/queens)

Reviewed: https://review.opendev.org/693239
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b2d7e2228d05172075b5a243eda322aa0ec1f8c6
Submitter: Zuul
Branch: stable/queens

commit b2d7e2228d05172075b5a243eda322aa0ec1f8c6
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425
    (cherry picked from commit aa39641182e32b86d3585dfa69cf0862610968b6)
    (cherry picked from commit 47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90)
    (cherry picked from commit f2d6dbd77144caf561615d0f552f4e2dc94b7d19)
    (cherry picked from commit 7bb5a11f701704530cf756cd5776f0997d104250)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.opendev.org/693236
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=74f66978e05a1e41cb2a92e0da21167c320967c1
Submitter: Zuul
Branch: stable/pike

commit 74f66978e05a1e41cb2a92e0da21167c320967c1
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500

    Revert "openstack server create" to "nova boot" in nova docs

    When this patch [1] was introduced, it didn't take into consideration,
    the updated/changed/modified parameters when using OSC vs nova CLI, so not
    every option can be used in "openstack server create" which was used in "nova boot"
    and vice versa. This bug would track reverting some of these incorrect commands usage.

    For example- "nova boot --block device <params1>" can be translated as
    "openstack server create --block-device-mapping <params2>" where params1 and
    params2 are formatted differently (hence needs more than a simple search/replace)

    [1] https://review.opendev.org/#/c/404623/

    Related-To: https://review.opendev.org/#/c/404623/
    Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
    Closes-Bug: #1851425
    (cherry picked from commit aa39641182e32b86d3585dfa69cf0862610968b6)
    (cherry picked from commit 47e5e89ceaad94e2fbf67f46e7e2efcfb6e7be90)
    (cherry picked from commit f2d6dbd77144caf561615d0f552f4e2dc94b7d19)
    (cherry picked from commit 7bb5a11f701704530cf756cd5776f0997d104250)
    (cherry picked from commit b2d7e2228d05172075b5a243eda322aa0ec1f8c6)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 20.1.0

This issue was fixed in the openstack/nova 20.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 19.1.0

This issue was fixed in the openstack/nova 19.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 18.3.0

This issue was fixed in the openstack/nova 18.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova pike-eol

This issue was fixed in the openstack/nova pike-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova queens-eol

This issue was fixed in the openstack/nova queens-eol release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.