Bug 1005268

Summary: Glance RFE: allow to accept more than one tenant/image parameter for image members
Product: Red Hat OpenStack Reporter: Dafna Ron <dron>
Component: openstack-glanceAssignee: Flavio Percoco <fpercoco>
Status: CLOSED UPSTREAM QA Contact: Haim <hateya>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: eglynn, fpercoco, hateya, markmc, scohen, yeylon
Target Milestone: betaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: x86_64   
OS: Linux   
Whiteboard: storage
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-18 08:25:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dafna Ron 2013-09-06 14:35:45 UTC
Description of problem:

currently we are only able to add a single tenant to a single image at a time

command structure is: glance member-create <image id> <tenant id> 

if we could add --multiple-tenants --multiple-images to the command or change the current structure to glance member-create --images-id <image> <image> --tenants-id <tenant> <tenant> it would be very helpful to users. 

Version-Release number of selected component (if applicable):

openstack-glance-2013.1.3-1.el6ost.noarch

How reproducible:

100%

Steps to Reproduce:
1. create more than one tenant 
2. create more than one image 
3. add multiple images to the same tenant 
4. add multiple tenants to the same image 

Actual results:

currently we need to add tenants to an image or an image to a tenant one at a time 

Expected results:

I think we should be able to add multiple images to a tenant in one command 
and to add multiple tenants to one image 

Additional info:

Comment 1 Dafna Ron 2013-09-06 14:36:11 UTC
https://bugs.launchpad.net/glance/+bug/1221757