Update portforward model and resource to contain protocol field to be used by Horizon

This commit is contained in:
Murali Raju 2012-09-24 17:56:12 -04:00 committed by Mark McClain
parent 4da7bd2654
commit c31d2e77b0

View File

@ -408,4 +408,4 @@ class PortAlias(model_base.BASEV2, HasId, HasTenant):
port = int(port)
assert port >= 0 and port <= 65536
return port