Passwords not generated when creating a default plan

Bug #1694494 reported by Julie Pichon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Medium
Julie Pichon

Bug Description

Steps to reproduce
------------------
1. Run $ openstack overcloud plan create newplan

2. Look into the resulting Mistral/plan environment: the generated passwords are not present, though they should be

Reason
-------

A typo was introduced during the create_default_deployment_plan workflow refactoring:

        workflow: tripleo.plan_management.v1.create_deployment_plan
        on-success: set_status_success
        on-error: call_create_deployment_plan_set_status_failed
        input:
          container: <% $.container %>
          queue_name: <% $.queue_name %>
          generate_passwords: <% $.queue_name %> <------- incorrect
          use_default_templates: true

https://github.com/openstack/tripleo-common/blob/124edb/workbooks/plan_management.yaml#L24

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (master)

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

Changed in tripleo:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (master)

Reviewed: https://review.openstack.org/469188
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=52136f7add7c6e02b6f52f3e29fdf1ca9bacef75
Submitter: Jenkins
Branch: master

commit 52136f7add7c6e02b6f52f3e29fdf1ca9bacef75
Author: Julie Pichon <email address hidden>
Date: Tue May 30 18:07:23 2017 +0100

    Fix password generation for default plan creation

    The typo in the workflow input caused the default passwords to never be
    generated, as the value could no longer equal True.

    Change-Id: Iffc0beb55a555f1697436861242462a92c449097
    Closes-Bug: #1694494

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-common 7.2.0

This issue was fixed in the openstack/tripleo-common 7.2.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.