Adds translation methods for making ethertype and protocol human
readable. Additionally, adds a new migration that includes a new foreign
key from remote_group_id back to the reference security group and converts
ethertype to an integer.
This commit is contained in:
Matt Dietz
2014-09-17 03:30:38 +00:00
parent 56964584f8
commit 4bf0bfb86c
9 changed files with 306 additions and 104 deletions

View File

@@ -68,6 +68,7 @@ def append_quark_extensions(conf):
append_quark_extensions(CONF)
CONF.register_opts(quark_quota_opts, "QUOTAS")
quota.QUOTAS.register_resources(quark_resources)