首页 > 其他 > 详细

neutron bind port

时间:2020-06-12 16:49:24      阅读:69      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 _new_bound_segment

293     def set_binding(self, segment_id, vif_type, vif_details,
294                     status=None):
295         # TODO(rkukura) Verify binding allowed, segment in network
296         self._new_bound_segment = segment_id
297         self._binding.vif_type = vif_type
298         self._binding.vif_details = jsonutils.dumps(vif_details)
299         self._new_port_status = status
300 
301     def continue_binding(self, segment_id, next_segments_to_bind):
302         # TODO(rkukura) Verify binding allowed, segment in network
303         self._new_bound_segment = segment_id
304         self._next_segments_to_bind = next_segments_to_bind

技术分享图片

 

neutron bind port

原文:https://www.cnblogs.com/dream397/p/13100351.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!