Bug 994207 - QuickStack manifests out of date after packstack update
Summary: QuickStack manifests out of date after packstack update
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-foreman-installer
Version: 3.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: beta
: 4.0
Assignee: Crag Wolfe
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks: 1034364
TreeView+ depends on / blocked
 
Reported: 2013-08-06 18:04 UTC by Jordan OMara
Modified: 2014-11-09 22:56 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1034364 (view as bug list)
Environment:
Last Closed: 2013-12-20 00:17:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2013:1859 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement Advisory 2013-12-21 00:01:48 UTC

Description Jordan OMara 2013-08-06 18:04:05 UTC
On line 99 of quickstack/manifests/controller.pp, the glance parameter names have changed

glance_user_password  => $glance_user_password,
glance_db_password    => $glance_db_password,


Become:
user_password  => $glance_user_password,
db_password    => $glance_db_password,

This affects versions of packstack >= -651

Comment 2 Crag Wolfe 2013-08-07 01:35:11 UTC
A new rpm is available in brew with the fix, ruby193-openstack-foreman-installer-0.0.18-3.el6ost.

Comment 3 Crag Wolfe 2013-11-13 18:09:43 UTC
Confirmed that this fix is publicly available now (same version as mentioned in above comment).

Comment 4 Crag Wolfe 2013-11-13 18:21:46 UTC
Also, this change has been upstream in redhat-openstack/astapor for quite awhile so action needed for rhos4.0.

Comment 5 Scott Lewis 2013-11-19 16:54:23 UTC
Auto adding >= MODIFIED bugs to beta

Comment 6 Ami Jeain 2013-11-24 14:24:16 UTC
class { 'openstack::glance':
    debug            => $debug,
    verbose          => $verbose,
    db_type          => $db_type,
    db_host          => $db_host,
    db_ssl           => $mysql_ssl,
    db_ssl_ca        => $mysql_ca,
    sql_idle_timeout => $sql_idle_timeout,
    keystone_host    => $keystone_host,
    registry_host    => $glance_registry_host,
    db_user          => $glance_db_user,
    db_name          => $glance_db_dbname,
    db_password      => $glance_db_password,
    user_password    => $glance_user_password

Comment 11 errata-xmlrpc 2013-12-20 00:17:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHEA-2013-1859.html


Note You need to log in before you can comment on or make changes to this bug.