← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1620539] Re: Image signature documentation modify barbican auth_endpoint

 

Reviewed:  https://review.openstack.org/364840
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=857cb490a300453b578426de6655187670384ade
Submitter: Jenkins
Branch:    master

commit 857cb490a300453b578426de6655187670384ade
Author: Darren White <darren.white2@xxxxxxx>
Date:   Fri Sep 2 11:57:45 2016 +0100

    Image signature documentation modify barbican auth_endpoint
    
    Add a configuration section to the image signature documentation
    describing how to change the keystone endpoint of barbican if
    keystone is not on localhost.
    
    If auth_endpoint is incorrect then image signing will fail as barbican
    will not be able to connect to keystone.
    
    DocImpact
    
    Added an example of changing the auth_endpoint.
    
    Closes-Bug: 1620539
    
    Change-Id: I8f8978f0c0dfc337e917c4d710dc8db1351070d2


** Changed in: glance
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1620539

Title:
  Image signature documentation modify barbican auth_endpoint

Status in Glance:
  Fix Released

Bug description:
  Description
  ===========
  By default Barbican uses http://localhost:5000/v3 for the auth_endpoint (where keystone is). Users should know that this can be changed in glance.conf. This will solve the issue of Barbican being unable to connect to Keystone.

  Steps to reproduce
  ==================
  If keystone is not on localhost then Barbican will not being able to connect to Keystone. Also, using this documentation to create a signed image:

  https://github.com/openstack/glance/blob/master/doc/source/signature.rst

  Expected result
  ===============
  Barbican should connect to Keystone to authorize credentials when creating a signed image.

  Actual result
  =============
  Barbican cannot connect to Keystone and creating a signed image fails.

  Environment
  ===========
  This is using the mitaka branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1620539/+subscriptions


References