keystone.resource.backends.sql.Project(*args, **kwargs)[source]¶Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixinWithExtras
attributes = ['id', 'name', 'domain_id', 'description', 'enabled', 'parent_id', 'is_domain', 'tags']¶description¶domain_id¶enabled¶extra¶id¶is_domain¶name¶parent_id¶keystone.resource.backends.sql.ProjectTag(*args, **kwargs)[source]¶Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixin
attributes = ['project_id', 'name']¶name¶project_id¶keystone.resource.backends.sql.Resource[source]¶Bases: keystone.resource.backends.base.ResourceDriverBase
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.