Add TripleO support for configuring Glance's cinder_store settings"

Bug #1809104 reported by Pranali Deore
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Undecided
Pranali Deore

Bug Description

In case of cinder backend of glance, for public images, cinder should have dedicated tenant for glance.

There should be provision to specify below params values via ooo,

  - cinder_store_project_name
  - cinder_store_user_name
  - cinder_store_password

Changed in tripleo:
assignee: nobody → Pranali Deore (pranali-deore)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (master)

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

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

Reviewed: https://review.openstack.org/632671
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d9a43277e5266e9d25061a4c16f0384529b46da4
Submitter: Zuul
Branch: master

commit d9a43277e5266e9d25061a4c16f0384529b46da4
Author: Pranali Deore <email address hidden>
Date: Wed Jan 23 14:45:58 2019 +0530

    Adding support of glance cinder store settings

    Currently TripleO is completely unaware of the 4 glance
    settings when cinder backend of glance is enabled.

    To make the Image-Volume in the internal project accessible from
    the Image service, the below parameters need to be set.

    - cinder_store_auth_address
    - cinder_store_project_name
    - cinder_store_user_name
    - cinder_store_password

    Closes-Bug: #1809104
    Depends-on: Ib19958577cdc4b829601018114ee0f564778c4da
    Change-Id: I15f9c286798b74529a7b4b09d7e9353eb715f5b1

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

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/635429

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

Reviewed: https://review.openstack.org/635429
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=02298dd074b480399b15da58ca61fa585df17f75
Submitter: Zuul
Branch: stable/rocky

commit 02298dd074b480399b15da58ca61fa585df17f75
Author: Pranali Deore <email address hidden>
Date: Wed Jan 23 14:45:58 2019 +0530

    Adding support of glance cinder store settings

    Currently TripleO is completely unaware of the 4 glance
    settings when cinder backend of glance is enabled.

    To make the Image-Volume in the internal project accessible from
    the Image service, the below parameters need to be set.

    - cinder_store_auth_address
    - cinder_store_project_name
    - cinder_store_user_name
    - cinder_store_password

    Conflicts:
          puppet/services/glance-api.yaml

    Closes-Bug: #1809104
    Change-Id: I15f9c286798b74529a7b4b09d7e9353eb715f5b1
    (cherry picked from commit d9a43277e5266e9d25061a4c16f0384529b46da4)

tags: added: in-stable-rocky
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/638337

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

Reviewed: https://review.openstack.org/638337
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=7794cc60c8593b47865eba3977300fe0054f0b55
Submitter: Zuul
Branch: stable/queens

commit 7794cc60c8593b47865eba3977300fe0054f0b55
Author: Pranali Deore <email address hidden>
Date: Wed Jan 23 14:45:58 2019 +0530

    Adding support of glance cinder store settings

    Currently TripleO is completely unaware of the 4 glance
    settings when cinder backend of glance is enabled.

    To make the Image-Volume in the internal project accessible from
    the Image service, the below parameters need to be set.

    - cinder_store_auth_address
    - cinder_store_project_name
    - cinder_store_user_name
    - cinder_store_password

    Conflicts:
          puppet/services/glance-api.yaml

    Closes-Bug: #1809104
    Change-Id: I15f9c286798b74529a7b4b09d7e9353eb715f5b1
    (cherry picked from commit d9a43277e5266e9d25061a4c16f0384529b46da4)
    (cherry picked from commit 02298dd074b480399b15da58ca61fa585df17f75)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-glance 14.3.0

This issue was fixed in the openstack/puppet-glance 14.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 10.4.0

This issue was fixed in the openstack/tripleo-heat-templates 10.4.0 release.

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

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/652607
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=1efe2a018a409d7d6a50a1a5d6155c72a08bfa73
Submitter: Zuul
Branch: master

commit 1efe2a018a409d7d6a50a1a5d6155c72a08bfa73
Author: Pranali Deore <email address hidden>
Date: Mon Apr 15 15:08:08 2019 +0530

    Fixed wrong cinder store user name

    The value for 'cinder_store_user_name' should be only user name
    instead of tenant:username

    Changing value of 'cinder_store_user_name' to 'glance' from
    'service:glance'

    Change-Id: Idbc3541564fb405d60cf3dcc01960fd5e0befb97
    Closes-Bug: #1809104

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

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/652828

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

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/653047

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

Reviewed: https://review.openstack.org/652828
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=ae36e234eec7d956436212009091799ecb5e15e4
Submitter: Zuul
Branch: stable/rocky

commit ae36e234eec7d956436212009091799ecb5e15e4
Author: Pranali Deore <email address hidden>
Date: Mon Apr 15 15:08:08 2019 +0530

    Fixed wrong cinder store user name

    The value for 'cinder_store_user_name' should be only user name
    instead of tenant:username

    Changing value of 'cinder_store_user_name' to 'glance' from
    'service:glance'

    Closes-Bug: #1809104
    Change-Id: Idbc3541564fb405d60cf3dcc01960fd5e0befb97
    (cherry picked from commit
    1efe2a018a409d7d6a50a1a5d6155c72a08bfa73)

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

Reviewed: https://review.openstack.org/653047
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=babe303f2dadf749108088b131d6179697e5084d
Submitter: Zuul
Branch: stable/queens

commit babe303f2dadf749108088b131d6179697e5084d
Author: Pranali Deore <email address hidden>
Date: Mon Apr 15 15:08:08 2019 +0530

    Fixed wrong cinder store user name

    The value for 'cinder_store_user_name' should be only user name
    instead of tenant:username

    Changing value of 'cinder_store_user_name' to 'glance' from
    'service:glance'

    Closes-Bug: #1809104
    Change-Id: Idbc3541564fb405d60cf3dcc01960fd5e0befb97
    (cherry picked from commit
    1efe2a018a409d7d6a50a1a5d6155c72a08bfa73)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 10.5.0

This issue was fixed in the openstack/tripleo-heat-templates 10.5.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 9.4.0

This issue was fixed in the openstack/tripleo-heat-templates 9.4.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 8.4.0

This issue was fixed in the openstack/tripleo-heat-templates 8.4.0 release.

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

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-glance rocky-eol

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