glance.api.authorization module¶
Bases:
glance.domain.proxy.Image
Bases:
glance.domain.proxy.Repo
Bases:
object
Bases:
list
L.insert(index, object) – insert object before index
Raises IndexError if list is empty or index is out of range.
Raises ValueError if the value is not present.
L.reverse() – reverse IN PLACE
Bases:
object
Bases:
object
Bases:
object
Bases:
object
Bases:
object
Bases:
object
Bases:
dict
If key is not found, d is returned if given, otherwise KeyError is raised
2-tuple; but raise KeyError if D is empty.
If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
Bases:
set
Add an element to a set.
This has no effect if the element is already present.
Remove all elements from this set.
Remove all elements of another set from this set.
Update a set with the intersection of itself and another.
Remove and return an arbitrary set element. Raises KeyError if the set is empty.
Remove an element from a set; it must be a member.
If the element is not a member, raise a KeyError.
Update a set with the symmetric difference of itself and another.
Update a set with the union of itself and others.
Bases:
object
Bases:
object
Bases:
glance.domain.proxy.Task
Bases:
glance.domain.proxy.TaskRepo
Return True if the image is mutable in this context.
Return True if the image is mutable in this context.
Return True if the meta_resource_type is mutable in this context.
Return True if the namespace is mutable in this context.
Return True if the object is mutable in this context.
Return True if the object is mutable in this context.
Return True if the tag is mutable in this context.
Return True if the task is mutable in this context.
Return True if the task stub is mutable in this context.
Update store information in location metadata