Commit 63c0becf by edems

create parameter fixed for FloatingIPManager

parent fe2acb85
......@@ -5,7 +5,7 @@ class FloatingIPManager:
def __init__(self) -> None:
super().__init__()
def create(self) -> FloatingIP:
def create(self, floating_network_id) -> FloatingIP:
raise NotImplementedError
def get(self, id) -> FloatingIP:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment