← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1308484] [NEW] glance member-create doesn't complain when tenant_id doesn't exist

 

Public bug reported:

# glance image-create --name temporary_test --id 0bfbc34b-0ec8-4802-8f61-f45f0613fb54
# glance member-create --can-share 0bfbc34b-0ec8-4802-8f61-f45f0613fb54 'I do not exist!'
# echo $?
0
# glance image-delete 0bfbc34b-0ec8-4802-8f61-f45f0613fb54

I expected it to return something greater than 0

** Affects: glance
     Importance: Undecided
         Status: New

** Project changed: python-keystoneclient => glance

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

Title:
  glance member-create doesn't complain when tenant_id doesn't exist

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  # glance image-create --name temporary_test --id 0bfbc34b-0ec8-4802-8f61-f45f0613fb54
  # glance member-create --can-share 0bfbc34b-0ec8-4802-8f61-f45f0613fb54 'I do not exist!'
  # echo $?
  0
  # glance image-delete 0bfbc34b-0ec8-4802-8f61-f45f0613fb54

  I expected it to return something greater than 0

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


Follow ups

References