python
junheart
职业码农
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python unit test to assert a method calls sys.exit()
with self.assertRaisesRegexp(SystemExit, '1'): your_method()原创 2013-12-09 17:51:46 · 924 阅读 · 0 评论 -
Running cinder in apache2
基础环境:ubuntu-12.04-serveropenstack Havana配置过程:添加apache配置文件[plain] view plaincopy# vim /etc/apache2/conf.d/neutron.conf [plain] view plai原创 2014-05-21 16:51:43 · 778 阅读 · 0 评论 -
Run monitoring physical devices on devstack
From “Icehouse” release on Openstack has been added monitoring physical devices. At this moment available only one inspector – SNMP Inspector. IPMI Inspector will be add soon.1. SNMP data:转载 2015-04-30 09:23:05 · 780 阅读 · 0 评论
分享