摘要:
OpenStack 网络服务 Neutron 多网卡,分为内部网络、外部网络 使用vmware模拟两张网卡 添加网卡 网卡配置 启动网卡 控制节点配置 1、编辑/etc/neutron/plugins/ml2/linuxbridge_agent.ini文件并且完成以下操作: 虚拟网络和物理网络接口( 阅读全文
摘要:
官方文档: http://xadmin.readthedocs.io/en/docs-chinese/ 版本:django1.9 pip安装部署 settings.py配置 INSTALLED_APPS中增加2个app:xadmin、crispy_forms urls.py配置,xadmin替换ad 阅读全文