码迷,mamicode.com
首页 > 其他好文 > 详细

Add Tags to Neutron Resources

时间:2016-05-13 10:02:04      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

给一个network加上tag,用来:

  1. Ability to map different networks in different OpenStack locations to one logically same network (for Multi site OpenStack)
  2. Ability to map Id’s from different management/orchestration systems to OpenStack networks in mixed environments, for example for project Kuryr, map docker network id to neutron network id
  3. Leverage tags by deployment tools
  4. allow operators to tag information about provider networks (e.g. high-bandwith, low-latency, etc)
  5. new features like get-me-a-network or a similar port scheduler could choose a network for a port based on tags

 

PUT /v2.0/networks/{network_id}/tags/{tag}

http://docs.openstack.org/developer/neutron/devref/tag.html

Add Tags to Neutron Resources

标签:

原文地址:http://www.cnblogs.com/allcloud/p/5486214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!