Fix until_complete in nova crons

Bug #1745120 reported by Carlos Camacho
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Carlos Camacho

Bug Description

until_complete needs to be translated
to --until-complete instead of
--until_complete

tags: added: pike-backport-potential
tags: added: ocata-backport-potential
Changed in tripleo:
status: New → Incomplete
status: Incomplete → Triaged
importance: Undecided → High
assignee: nobody → Carlos Camacho (ccamacho)
milestone: none → queens-3
Revision history for this message
David Manchado (dmanchad) wrote :

Confirmed in Ocata:

# nova-manage db archive_deleted_rows --until_complete --verbose
usage: nova-manage [-h] [--remote_debug-host REMOTE_DEBUG_HOST]
                   [--remote_debug-port REMOTE_DEBUG_PORT] [--config-dir DIR]
                   [--config-file PATH] [--debug] [--log-config-append PATH]
                   [--log-date-format DATE_FORMAT] [--log-dir LOG_DIR]
                   [--log-file PATH] [--nodebug] [--nouse-syslog]
                   [--noverbose] [--nowatch-log-file]
                   [--syslog-log-facility SYSLOG_LOG_FACILITY] [--use-syslog]
                   [--verbose] [--version] [--watch-log-file]

                   {version,bash-completion,shell,logs,cell_v2,db,agent,host,floating,api_db,project,account,network,cell}
                   ...
nova-manage: error: unrecognized arguments: --until_complete

# nova-manage db archive_deleted_rows --help
usage: nova-manage db archive_deleted_rows [-h] [--max_rows <number>]
                                           [--verbose] [--until-complete]

optional arguments:
  -h, --help show this help message and exit
  --max_rows <number> Maximum number of deleted rows to archive
  --verbose Print how many rows were archived per table.
  --until-complete Run continuously until all deleted rows are archived.
                       Use max_rows as a batch size for each iteration.

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

This issue was fixed in the openstack/puppet-nova 12.2.0 release.

Changed in tripleo:
milestone: queens-3 → queens-rc1
Changed in tripleo:
status: Triaged → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-nova 11.6.0

This issue was fixed in the openstack/puppet-nova 11.6.0 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.