机制的小鱼

博客园 首页 联系 订阅 管理

2019年8月29日

摘要: application.py def hello(environ, start_response): start_response('200 OK', [('Content-Type', 'text/html')]) return '<h1>Hello,WSGI!</h1>' from wsgiref.simple_server import make_server from applicatio 阅读全文
posted @ 2019-08-29 10:28 机制的小鱼 阅读(404) 评论(0) 推荐(0)

2019年8月27日

摘要: 1、利用yum 安装 openstack源 2、此时,进入到/etc/yum.repos.d/文件夹下出现相关的包 3、查看 Centos-Openstack-pike.repo 文件内容,定义了相关rpm包的下载路径 4、查看yum的repo id号,确认openstack包的repoid 5、利 阅读全文
posted @ 2019-08-27 13:52 机制的小鱼 阅读(1233) 评论(0) 推荐(0)