Fixed positional order of arguments

Bug #1325121 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Laurel Michaels

Bug Description

https://review.openstack.org/92408

Dear documentation bug triager. This bug was created here because we did not know how to map the project name "openstack/python-troveclient" to a launchpad project name. This indicates that the notify_impact config needs tweaks. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.

commit 30c924e343a80b2ac6b576393ccb5a15b4185d54
Author: Peter Stachowski <email address hidden>
Date: Tue May 6 12:42:48 2014 -0400

    Fixed positional order of arguments

    The positional arguments of backup-create and configuration-attach
    were different from all other commands. 'Instance' is now the
    first argument for these commands as well.

    DocImpact: This potentially affects any user scripts that may
    exist. Any instructions like:
    'trove backup-create mybackup myinstance'
    'trove configuration-attach myconfig myinstance'
    should be changed to:
    'trove backup-create myinstance mybackup.'
    'trove configuration-attach myinstance myconfig'

    Change-Id: I2ff93a1a6e26f3e33a60cbf3d9ad5ee074307e8f
    Closes-Bug: #1281878

Revision history for this message
Andreas Jaeger (jaegerandi) wrote :

We will regenerate the trove cli reference chapter once a new version gets released and incorporate this change.

tags: added: cli-reference
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Andreas Jaeger (jaegerandi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/110082

Changed in openstack-manuals:
assignee: Andreas Jaeger (jaegerandi) → Laurel Michaels (lmichaels)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/110082
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=5a0de0da15574b6bf9bf244ca9450e96388e9796
Submitter: Jenkins
Branch: master

commit 5a0de0da15574b6bf9bf244ca9450e96388e9796
Author: Laurel Michaels <email address hidden>
Date: Mon Jul 28 14:33:30 2014 -0400

    Changed order of arguments

    The order of arguments for the following trove commands
    was changed:

    trove backup-create

    trove configuration-attach

    This change is documented in the following bug:

    https://bugs.launchpad.net/openstack-manuals/+bug/1325121

    What changed is that now (for both cmds), you pass in the
    instance ID as the first arg.

    The following doc page contains examples that show the
    old syntax:

    http://docs.openstack.org/user-guide/content/trove-manage-db.html

    I updated the doc so it shows the new syntax.

    Change-Id: Ic7fd24947332500ce102c3902a7ec84be4f3d542
    Partial-Bug: #1325121

Revision history for this message
Andreas Jaeger (jaegerandi) wrote :

Fixes released.

Changed in openstack-manuals:
status: In Progress → Fix Released
milestone: none → juno
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.