The nova.api.manager Module

class MetadataManager(*args, **kwargs)

Bases: nova.manager.Manager

Metadata Manager.

This class manages the Metadata API service initialization. Currently, it just adds an iptables filter rule for the metadata service.

init_host()

Perform any initialization.

Currently, we only add an iptables filter rule for the metadata service.

Previous topic

The nova.api.ec2.inst_state Module

Next topic

The nova.api.metadata.base Module

This Page