[Ubuntu-webapps-bugs] [Bug 1625057] [NEW] Bridge test for package, please ignore.Thanks

2016-09-19 Thread bugproxy
Public bug reported:

== Comment: #0 - bugproxy bugproxy <bugpr...@us.ibm.com> - 2016-09-19 04:40:40 
==
---Problem Description---
Bridge test
 
Contact Information = test 
 
---uname output---
test
 
Machine Type = test 
 
---Debugger---
A debugger is not configured

** Affects: unity-webapps-linkedin (Ubuntu)
 Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
 Status: New


** Tags: architecture-ppc64le bugnameltc-146470 severity-low 
targetmilestone-inin---

** Tags added: architecture-ppc64le bugnameltc-146470 severity-low
targetmilestone-inin---

** Changed in: ubuntu
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

** Package changed: ubuntu => unity-webapps-linkedin (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to unity-webapps-linkedin in
Ubuntu.
https://bugs.launchpad.net/bugs/1625057

Title:
  Bridge test for package, please ignore.Thanks

Status in unity-webapps-linkedin package in Ubuntu:
  New

Bug description:
  == Comment: #0 - bugproxy bugproxy <bugpr...@us.ibm.com> - 2016-09-19 
04:40:40 ==
  ---Problem Description---
  Bridge test
   
  Contact Information = test 
   
  ---uname output---
  test
   
  Machine Type = test 
   
  ---Debugger---
  A debugger is not configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-linkedin/+bug/1625057/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1595657] Re: It's impossible to import package if client authorized with --murano-url parameter and glare opts

2016-07-01 Thread bugproxy
*** This bug is a duplicate of bug 1594731 ***
https://bugs.launchpad.net/bugs/1594731

** Project changed: python-muranoclient => unity-webapps-linkedin
(Ubuntu)

** Changed in: unity-webapps-linkedin (Ubuntu)
Milestone: 0.9.0 => None

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to unity-webapps-linkedin in
Ubuntu.
https://bugs.launchpad.net/bugs/1595657

Title:
  It's impossible to import package if client authorized with --murano-
  url parameter and glare opts

Status in unity-webapps-linkedin package in Ubuntu:
  In Progress

Bug description:
  1. Deploy devstack from master branch
  2. Try to execute command:
  murano --debug --os-username admin --os-password admin --os-tenant-name admin 
--os-auth-url http://172.18.162.71:5000 --os-region-name RegionOne  
--murano-url http://127.0.0.1:8082 --murano-packages-service glare 
package-import /opt/stack/murano/meta/io.murano/io.murano.zip --is-public

  Expected:
  Package imported

  Actual:
  Error HTTPMultipleChoices (HTTP 300) Requested version of Application Catalog 
API is not available. occurred while installing package io.murano

  Info:

  Using PDB we got:

  (Pdb) l
  432   if not glare_endpoint:
  433   # no glare_endpoint and we requested to store packages 
in glare
  434   # let's check keystone
  435   try:
  436   import pdb; pdb.set_trace()
  437  ->   glare_endpoint = keystone_auth.get_endpoint(
  438   keystone_session,
  439   service_type='artifact',
  440   interface=endpoint_type,
  441   region_name=args.os_region_name)
  442   logger.debug('GLARE!!!: {0}'.format(glare_endpoint))
  (Pdb) glare_endpoint = keystone_auth.get_endpoint(keystone_session, 
service_type='artifact', interface=endpoint_type, 
region_name=args.os_region_name)
  (Pdb) glare_endpoint
  'http://127.0.0.1:8082'
  (Pub)

  This is incorrect endpoint for this request.

  DEBUG LOG:

  Importing package io.murano
  curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 
'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: 
{SHA1}2bac1de2bcaec42398547ff986780b5601d1da60' -H 'Content-Type: 
application/octet-stream' 
http://127.0.0.1:8082/v0.1/artifacts/murano/v1?=0.0.0=20=io.murano=name:asc
  Starting new HTTP connection (1): 127.0.0.1
  "GET 
/v0.1/artifacts/murano/v1?=0.0.0=20=io.murano=name:asc 
HTTP/1.1" 300 116

  There is no such error, if murano-url parameter didn't exist in
  command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-linkedin/+bug/1595657/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp