码迷,mamicode.com
首页 >  
搜索关键字:agent configuration    ( 10494个结果
Networking in too much detail
The players This document describes the architecture that results from a particular OpenStack configuration, specifically:Quantum (or Neutron) networ....
分类:Web程序   时间:2014-07-22 22:54:36    阅读次数:352
Neutron分析(5)—— neutron-l3-agent中的iptables
一.iptables简介1.iptables数据包处理流程以本机为目的的包,由上至下,走左边的路本机产生的包,从local process开始走左边的路本机转发的包,由上至下走右边的路简化流程如下:2.iptables表结构在neutron中主要用到filter表和nat表filter表: ...
分类:其他好文   时间:2014-07-19 22:18:24    阅读次数:468
Asp.Net 文件操作基类
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-07-19 22:03:49    阅读次数:176
混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况
在app.config中的configuration节内添加子节Startup,详细如下:
分类:其他好文   时间:2014-07-19 20:29:06    阅读次数:157
redmine发邮件设置
redmine发邮件设置1)使用http://bitnami.org/stack/redmine一键安装redmine (windows).2)修改下面的文件:D:\Bitnami\redmine-2.5.2-0\apps\redmine\htdocs\config\configuration.yml...production:  email_delivery:    delivery_metho...
分类:其他好文   时间:2014-07-18 17:04:01    阅读次数:236
Neutron分析(6)—— neutron-openvswitch-agent
neutron-openvswitch-agent代码分析neutron.plugins.openvswitch.agent.ovs_neutron_agent:main# init ovs first by agent_config:# setup plugin_rpc, state_rpc, m...
分类:其他好文   时间:2014-07-18 00:28:37    阅读次数:434
mcollective的web控制台---mcomaster搭建
使用mcollective有段时间,每次在控制机上写命令运行agent感觉挺不方便的,于是想有没有专门的mcollective的web console,搜了下发现有两个:kermIT和mcomaster.kermIT看上去比mcomaster功能多些,不过因为kermIT是django开发,而mco...
分类:Web程序   时间:2014-07-17 23:38:11    阅读次数:596
Jmeter 施压 SQL server数据库的时候,如何设置?
1. 在应用Jmeter进行施压之前,有个重要的端口需要手动查找出来。该端口在第三部要使用。开始——程序——microsoft SQL Server 2008R2——配置工具——SQL Server 配置管理器进入SQL Server Configuration Manager,点击SQL serv...
分类:数据库   时间:2014-07-17 21:28:46    阅读次数:271
64位Linux下安装软件注意事项
执行到./configure--enable-shared一步时提示:checkinghostsystemtype...Invalidconfiguration`x86_64-unknown-linux-gnu‘:machine`x86_64-unknown‘notrecognized解决办法:cp/usr/share/libtool/config.guess.(覆盖到相关软件自带的config.guess,t1lib在解压包的ac-tools下)cp..
分类:系统相关   时间:2014-07-17 15:12:10    阅读次数:260
DropDownList中显示无限级树形结构
效果图:数据库表:DirID:目录的ID,ParentID:目录的父路径ID,Name:目录的名字主要代码:usingSystem;usingSystem.Collections;usingSystem.Configuration;usingSystem.Data;usingSystem.Linq;...
分类:其他好文   时间:2014-07-17 14:30:49    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!