The nova.db.sqlalchemy.api_models Module

class BuildRequest(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Represents the information passed to the scheduler.

access_ip_v4
access_ip_v6
config_drive
created_at
display_name
id
image_ref
info_cache
instance_metadata
key_name
locked_by
progress
project_id
request_spec
request_spec_id
security_groups
task_state
updated_at
user_id
vm_state
class CellMapping(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Contains information on communicating with a cell

created_at
database_connection
id
name
transport_url
updated_at
uuid
class FlavorExtraSpecs(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Represents additional specs as key/value pairs for a flavor

created_at
flavor_id
id
key
updated_at
value
class FlavorProjects(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Represents projects associated with flavors

created_at
flavor_id
id
project_id
updated_at
class Flavors(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Represents possible flavors for instances

created_at
disabled
ephemeral_gb
flavorid
id
is_public
memory_mb
name
root_gb
rxtx_factor
swap
updated_at
vcpu_weight
vcpus
class HostMapping(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Contains mapping of a compute host to which cell it is in

cell_id
created_at
host
id
updated_at
class InstanceMapping(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Contains the mapping of an instance to which cell it is in

cell_id
created_at
id
instance_uuid
project_id
updated_at
class RequestSpec(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Represents the information passed to the scheduler.

created_at
id
instance_uuid
spec
updated_at

Previous topic

The nova.db.sqlalchemy.api_migrations.migrate_repo.versions.007_instance_mapping_nullable_cellid Module

Next topic

The nova.db.sqlalchemy.migrate_repo.manage Module

Project Source

This Page