[Bug 1578102] Please test proposed package

Ryan Beisner 1578102 at bugs.launchpad.net
Fri Aug 12 20:23:33 UTC 2016


Hello sandeep, or anyone else affected,

Accepted keystone into mitaka-proposed. The package will build now and
be available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:mitaka-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-mitaka-needed to verification-mitaka-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-mitaka-failed. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

** Changed in: cloud-archive/mitaka
       Status: Triaged => Fix Committed

** Tags added: verification-mitaka-needed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1578102

Title:
  [SRU] Error: No such file or directory:
  '/etc/keystone/sso_callback_template.html'

Status in Ubuntu Cloud Archive:
  Fix Released
Status in Ubuntu Cloud Archive mitaka series:
  Fix Committed
Status in Ubuntu Cloud Archive newton series:
  Fix Released
Status in keystone package in Ubuntu:
  Fix Released
Status in keystone source package in Xenial:
  Fix Committed

Bug description:
  Bug Description copied from :
  https://bugs.launchpad.net/keystone/+bug/1577666

  [Impact]

  The following error occurs when a user tries to login using Horizon
  Single Sign-On feature after the Idp authenticates the user and sends
  SAML assertion successfully :

  {"error": {"message": "An unexpected error prevented the server from
  fulfilling your request: [Errno 2] No such file or directory:
  '/etc/keystone/sso_callback_template.html' (Disable debug mode to
  suppress these details.)", "code": 500, "title": "Internal Server
  Error"}}

  [Test Case]

  I reproduced the above error while trying to configure Keystone for
  Federation taking TestShib.org as Idp and Keystone as SP.

  I am using Security Assertion Markup Language(SAML) for configuring
  Keystone for federation.

  The above error got fixed when I copied the sso_callback_template.html
  file to /etc/keystone directory.

  cp /opt/stack/keystone/etc/sso_callback_template.html /etc/keystone/

  I would recommend to add one more point(5) under Keystone changes as
  follows:

  5. Copy the sso_callback_template.html file to /etc/keystone/ directory:
  cp /opt/stack/keystone/etc/sso_callback_template.html /etc/keystone/

  in the following documentation(Setup Web Single Sign-On (SSO):

  http://docs.openstack.org/developer/keystone/federation/websso.html

  [Regression Potential]
  Minimal regression potential as we're just installing a new file in /etc/keystone/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1578102/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list