给一个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

最新文章

  1. Codrops 教程:基于 CSS3 的精美模态窗口效果
  2. [py]导入模块3种方法
  3. Android IOS WebRTC 音视频开发总结(四十)-- 国内webrtc现状
  4. .net 面试问题 汇总
  5. UVa10562 Undraw the Trees
  6. 【PythonChallenge】Level 5
  7. 从m个数中取top n
  8. DataTable 对象 转换为Json 字符串
  9. linux head命令
  10. 点击文字选中checkbox
  11. get 和free
  12. Django之--MVC的Model
  13. Clustering[Introduction]
  14. 洛谷 P2058 海港 解题报告
  15. Problem C: 平面上的点——Point类 (III)
  16. Python 的基本运算及分析
  17. Android-Recyclerview的简单使用
  18. mysql递归查询从子类ID查询所有父类
  19. Java 常用的几个lambda表达式
  20. hdoj1069 Monkey and Banana

热门文章

  1. 二分Kmeans的java实现
  2. .Vue 文件 ES6 语法 webstorm 中的一个识别Bug
  3. NHibernate 映射基础(第三篇) 简单映射、联合主键
  4. /etc/cron.d添加定时任务脚本后不生效
  5. vue实践---vue不依赖外部资源实现简单多语
  6. PHP-Manual的学习----【语言参考】----【类型】-----【array数组】
  7. shu7-19【背包和母函数练习】
  8. Arrays类--Arrays.asList()方法使用
  9. iOS11 push控制器tabbar上移问题
  10. [note]最近公共祖先