RFE: Allow qpid protocol to be configurable in glance

Bug #1251050 reported by Rob Crittenden
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Packstack
Won't Fix
Undecided
Unassigned

Bug Description

The upstream puppet-qpid module allows SSL to be configured but there are no arguments to pass in the qpid protocol so it can be set to 'ssl' in glance.

Other modules such as nova and cinder have a qpid_protocol argument. The glance::api class needs to add this to its template definition and modules/openstack/manifests/glance.pp needs to be modified to be able to pass this in.

The glance::api class will need to generate something like this:

  # qpid configuration
  glance_api_config {
    'DEFAULT/qpid_hostname': value => $qpid_hostname;
    'DEFAULT/qpid_port': value => $qpid_port;
    'DEFAULT/qpid_protocol': value => $qpid_protocol;
  }

Changed in packstack:
assignee: nobody → Rob Crittenden (rcritten)
Revision history for this message
Ivan Chavero (imcsk8) (ichavero-ichavero) wrote : Cleanup EOL bug report

This is an automated cleanup. This bug report got closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.

If you can reproduce it, please:
* reopen the bug report (set to status "New")
* AND add the steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: <RELEASE_NAME>"
  Only still supported release names are valid (TRUNK, TRUNK).
  Valid example: CONFIRMED FOR: TRUNK

Changed in packstack:
assignee: Rob Crittenden (rcritten) → nobody
status: New → Won't Fix
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.