This Page

The quantum.plugins.ryu.db.models_v2 Module

class quantum.plugins.ryu.db.models_v2.TunnelKey(**kwargs)

Bases: sqlalchemy.ext.declarative.Base

Netowrk ID <-> tunnel key mapping.

network_id
tunnel_key
class quantum.plugins.ryu.db.models_v2.TunnelKeyLast(**kwargs)

Bases: sqlalchemy.ext.declarative.Base

Lastly allocated Tunnel key. The next key allocation will be started from this value + 1

last_key