
openstack
文章平均质量分 77
coolper
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Identifying and Troubleshooting Neutron Namespaces
I recently gave you an intro to my talk at the Hong Kong OpenStack Summit about Neutron namespaces. One of the commenters had seen the video of my talk and requested that we post the slideshow. In t转载 2014-04-15 10:14:05 · 483 阅读 · 0 评论 -
在centos6.5上rpmbuild openstack horizon包
在编译时遇到unkown sub command "collectstatic"时,需要原创 2014-04-25 18:12:21 · 1013 阅读 · 0 评论 -
nova resize "Host key verification failed"
# usermod -s /bin/bash nova # su - nova $ chcon -u system_u -r object_r -t user_home_t . $ mkdir -p -m 700 --context=system_u:object_r:ssh_home_t:s0 .ssh && cd .ssh转载 2014-04-23 09:29:51 · 875 阅读 · 0 评论 -
RDO Havana Neutron&GRE L3 Layer Troubleshooting
RDO Havana Neutron&GRE L3 Layer TroubleshootingThis post follows up http://lxer.com/module/newswire/view/200975/index.html For Basic Neutron Networking concepts,please, view developer.rack转载 2014-04-23 09:18:06 · 719 阅读 · 0 评论 -
ER diagram for OpenStack database
import ConfigParserfrom sqlalchemy import MetaDatafrom sqlalchemy_schemadisplay import create_schema_graphconfig = ConfigParser.RawConfigParser()config.read('/etc/nova/nova.conf')connection转载 2014-05-06 10:22:13 · 735 阅读 · 0 评论 -
OpenStack Horizon How to include custom stylesheets css less
Method 1 (Tested with OpenStack Havana)=========================== 1)Create a folder for css/less. like,horizon/openstack_dashboard/static/custom_dashboard/less2)Goto that folder and c转载 2014-04-17 15:44:52 · 722 阅读 · 0 评论 -
aunching Instance via image and creating simultaneously bootable cinder volume (glusterfs) on Two No
Launching Instance via image and creating simultaneously bootable cinder volume (glusterfs) on Two Node GRE+OVS+Gluster F20 ClusterActually, post is about attempt to make working following转载 2014-04-16 10:09:21 · 824 阅读 · 0 评论 -
Direct access to Nova metadata
Attempt to reproduce "Direct access to Nova metadata per Lars Kellogg-Stedman"Quoting http://blog.oddbit.com/2014/01/14/direct-access-to-nova-metadata/In an environment running Neutro转载 2014-04-16 10:08:08 · 698 阅读 · 0 评论 -
USB Redirection hack on "Two Node Controller&Compute Neutron GRE+OVS" Fedora 20 Cluster
USB Redirection hack on "Two Node Controller&Compute Neutron GRE+OVS" Fedora 20 Cluster I clearly understand that only incomplete Havana RDO setup allows me to activate spice USB redi转载 2014-04-16 10:15:08 · 7937 阅读 · 0 评论 -
RDO Havana Neutron Namespaces Troubleshooting for OVS&VLAN (GRE) Config
RDO Havana Neutron Namespaces Troubleshooting for OVS&VLAN (GRE) ConfigThe OpenStack Networking components are deployed on the Controller, Compute, and Network nodes in the following conf转载 2014-04-16 09:23:19 · 602 阅读 · 0 评论 -
Setting up Neutron-dhcp-agent & Dnsmasq on Two Node Neutron GRE+OVS F20 Cluster to launch VMs with M
Setting up Neutron-dhcp-agent & Dnsmasq on Two Node Neutron GRE+OVS F20 Cluster to launch VMs with MTU 1454 automatically When you first time boot cloud instance (RDO Havana) via `nova bo转载 2014-04-16 10:10:58 · 2454 阅读 · 0 评论 -
HowTo access metadata from RDO Havana Instance on Fedora 20 & OpenStack Networking concepts
HowTo access metadata from RDO Havana Instance on Fedora 20 & OpenStack Networking conceptsOpenStack Networking conceptsThe OpenStack Networking components are deployed on the Control转载 2014-04-16 09:30:44 · 901 阅读 · 0 评论 -
How connection tracking in Open vSwitch helps OpenStack performance
By introducing a connection tracking feature in Open vSwitch, thanks to the latest Linux kernel, we greatly simplified the maze of virtual network interfaces on OpenStack compute nodes and improved it转载 2016-08-01 17:07:11 · 766 阅读 · 0 评论