01 2017 档案

how to read openstack code: Neutron architecture
摘要:今天这一章节非常重要。我们知道neutron是一个非常复杂的系统,由很多组件构成。研究这样一个复杂的系统,正确的顺序应该是现在宏观上对其整体结构有所了解,然后再由针对性的对其组件进行深入了解。本章要做的事情就是介绍neutron 宏观上的架构。 首先看一下下图: 人 Neutron Server P 阅读全文

posted @ 2017-01-30 10:14 kramer 阅读(292) 评论(0) 推荐(0)

how to read openstack code : routes
摘要:When coding a web system, you have to think about an important problem, how to map urls to logic. Openstack use routes to solve this problem. What is 阅读全文

posted @ 2017-01-29 15:31 kramer 阅读(300) 评论(0) 推荐(0)

how to read openstack code : stevedore
摘要:学习了WSGI/Paste deploy后,还需要对一些在openstack中一些package有一些了解,才能更好的理解openstack的代码 What is stevedore 我们在写代码的时候通常把一个一个的功能块独立编写,甚至发布一定的规则和接口由第三方编写,然后在运行时根据实际情况来选 阅读全文

posted @ 2017-01-29 09:40 kramer 阅读(403) 评论(0) 推荐(0)

导航