2019-04-04 02:27:07 -0500 | 获得奖牌 | ● 著名问题 (source) |
2019-04-04 02:27:07 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2019-04-04 02:27:07 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2016-02-16 00:58:08 -0500 | 获得奖牌 | ● 优秀问题 (source) |
2015-01-20 01:13:38 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2015-01-11 11:29:52 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2015-01-11 11:29:52 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-12-09 12:32:25 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2014-06-20 08:44:39 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-05-12 23:55:42 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-03-18 17:04:07 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-03-07 10:33:41 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2014-03-06 13:42:22 -0500 | 获得奖牌 | ● 好问题 (source) |
2014-03-06 10:13:59 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-03-06 10:13:29 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2014-03-06 10:13:29 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2014-02-28 02:13:41 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-02-26 02:46:53 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2014-02-26 02:46:53 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2014-02-25 14:20:41 -0500 | 获得奖牌 | ● 著名问题 (source) |
2014-02-19 15:23:43 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2014-02-19 15:23:43 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2014-01-31 23:24:21 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2014-01-15 02:48:12 -0500 | 问了问题 | Problem on setting up Ceilometer Hi I am trying to install and configured ceilometer in my env. I have added openstack-ceilometer-api, openstack-ceilometer-central and openstack-ceilometer-collector on controller node, and added openstack-ceilometer-compute on compute node. But there is no output when executing "ceilometer meter-list" on controller node. Any idea? I checked on the log on both controller and compute nodes, and only able to find the error in /var/log/ceilometer on compute node. But I am not sure how to resolve. probably there is some config problem in /etc/ceilometer/ceilomter.conf. 2014-01-15 16:46:13.934 26780 ERROR ceilometer.openstack.common.rpc.impl_qpid [-] Unable to connect to AMQP server: [Errno 111] ECONNREFUSED. Sleeping 60 seconds |
2014-01-08 03:59:19 -0500 | 回答问题 | Problem on using "neutron router-gateway-set" Hi I would like to double check the concepts on configuring Neutron. I created external network named "ext-net" with below id [root@network01 ~]# neutron net-list +--------------------------------------+----------+--------------------------------------------------+ | id | name | subnets | +--------------------------------------+----------+--------------------------------------------------+ | b6d746f0-c029-4ae7-89ac-606b84f5162e | ext-net | 69d3e3ee-1b2e-4405-9ead-9527581eee2a 10.0.0.0/24 | +--------------------------------------+----------+--------------------------------------------------+ Also ,created router "ext_to_int" with below id [root@network01 ~]# neutron router-list +--------------------------------------+------------+-----------------------+ | id | name | external_gateway_info | +--------------------------------------+------------+-----------------------+ | 59477cf6-669f-402a-ae0e-a92ba9233b39 | ext-to-int | null | +--------------------------------------+------------+-----------------------+ Also, created internal network named "demo-net with below id +--------------------------------------+----------+--------------------------------------------------+ | id | name | subnets | +--------------------------------------+----------+--------------------------------------------------+ | 027d2aa9-35f2-41bd-87b3-b618b6287449 | demo-net | f53237f4-7897-47c0-a5dc-f74562870281 10.5.5.0/24 | So, I should execute below commands, am I correct? [root@network01 ~]# neutron router-gateway-set 59477cf6-669f-402a-ae0e-a92ba9233b39 b6d746f0-c029-4ae7-89ac-606b84f5162e Set gateway for router 59477cf6-669f-402a-ae0e-a92ba9233b39 [root@network01 ~]# neutron router-interface-add 59477cf6-669f-402a-ae0e-a92ba9233b39 f53237f4-7897-47c0-a5dc-f74562870281 Is it correct? If yes, what next? |
2014-01-08 00:16:58 -0500 | 问了问题 | Problem on using "neutron router-gateway-set" Hi I faced a problem while executing "neutron router-gateway-set" command. [root@network01 ~]# neutron router-gateway-set 100 101 Unable to find router with name '100' I have checked the /etc/neutron/l3_agent.ini, and it should be defined. any idea? router_id = 100 gateway_external_network_id = 101ni, and |
2014-01-08 00:13:59 -0500 | 获得奖牌 | ● 粉丝 |
2014-01-07 21:38:59 -0500 | 回答问题 | gre networks are not enabled. Fixed. it is due to wrong lines in openswitch configuration. :( |
2014-01-07 02:23:16 -0500 | 问了问题 | gre networks are not enabled. Hi I have setup three nodes to run for Neutron networking, controller node, network node, and compute node. After following chapter 9 in OPENSTACK INSTALLATION GUIDE FOR RED HAT ENTERPRISE LINUX, CENTOS, AND FEDORA - HAVANA to setup all three nodes, I started on configuring the system based on " Create the base Neutron networks". When I run below command, I got the error as below. [root@network01 ~]# neutron net-create ext-net -- --router:external=True --provider:network_type gre --provider:segmentation_id 2 400-{u'NeutronError': {u'message': u'Invalid input for operation: gre networks are not enabled.', u'type': u'InvalidInput', u'detail': u''}} any idea |
2014-01-07 02:19:32 -0500 | 评论回答 | Neutron net-create requires that tenant_id is specified I have recreated three new nodes again, and this error is no longer occurred, but I have a new error. I will post in a new thread |
2014-01-06 20:59:27 -0500 | 评论回答 | Neutron net-create requires that tenant_id is specified I cannot figure out where is the problem, can give some hints? |
2014-01-06 18:53:49 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2014-01-06 18:53:48 -0500 | 回答问题 | Neutron net-create requires that tenant_id is specified Hi The keystone should be located in the controller (controller02) [root@controller02 neutron]# keystone service-list +----------------------------------+----------+----------+------------------------------+ | id | name | type | description | +----------------------------------+----------+----------+------------------------------+ | 8ba82ea506d9449a8b9b0879a54f4c8d | glance | image | Glance Image Service | | 93de89ad95e0481ea63a24761bf7c33f | keystone | identity | Keystone Identity Service | | c5cf414ecdeb4512bff84f1053705fd6 | neutron | network | OpenStack Networking Service | | 4b44e29cf9ae4f37ac1f6ea0356e019f | nova | compute | Nova Compute service | +----------------------------------+----------+----------+------------------------------+ below is the neutron.conf located in network node. [DEFAULT] core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2 api_paste_config = /etc/neutron/api-paste.ini rpc_backend=neutron.openstack.common.rpc.impl_qpid [quotas] [agent] root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf [keystone_authtoken] auth_host = controller02 admin_tenant_name = service admin_user = neutron admin_password = abc123 auth_url = http://controller02:35357/v2.0 auth_strategy = keystone rpc_backend = neutron.openstack.common.rpc.impl_qpid qpid_hostname = controller02 [database] connection = mysql://neutron:abc123@controller02/neutron [service_providers] |
2014-01-06 13:44:29 -0500 | 获得奖牌 | ● 学生 (source) |
2014-01-06 04:08:29 -0500 | 问了问题 | Neutron net-create requires that tenant_id is specified I am setting up OpenStack using Neutron networking services, and I am following the setup guides to define three nodes, one is controller, one is network and one is compute. WHen I try to run below command in network node, I got below error. I have checked the I also check the agent-list, it shown below. Any idea? |
2013-12-31 01:19:11 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2013-12-29 12:15:05 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2013-12-27 03:37:50 -0500 | 问了问题 | How should I configure if I have two compute nodes? Hi In my setup, I have two compute nodes and I am using NOVA not Neutron. I followed the guidelines to configure the nova network services, and I am able to launch two instances, one on compute01 and one on compute02. But I found that I am not able to access the instance on compute02. can help? |
2013-12-18 23:45:49 -0500 | 获得奖牌 | ● 著名问题 (source) |
2013-12-18 20:40:53 -0500 | 评论问题 | Failed on using RHEL KVN Guest Image in OpenStack I tested to create two instances using CirrOS image, and I found that the 1st instance is able to create with IP assigned, but the second one is failed without any IP assigned. can suggest what is going wrong? |
2013-12-18 03:14:56 -0500 | 回答问题 | Failed on using RHEL KVN Guest Image in OpenStack I found the error "Error: Unable to associate floating IP. " but I don't know how to resolve it. |
2013-12-18 02:49:10 -0500 | 问了问题 | Failed on using RHEL KVN Guest Image in OpenStack Hi I have setup the OpenSatck and succeeded to create instance on CirrOS. I download the RedHat KVM Guest Image from "https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=16952", and try to create the instance, but it failed with below fault message from "nova show" | fault | {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2013-12-18T08:44:07Z'} is there any other way know what is going wrong? |
2013-12-18 01:07:54 -0500 | 回答问题 | No response while deleting the block storage device it is resolved by issuing the delete action again. |
2013-12-18 01:06:36 -0500 | 评论回答 | How to configure the block storage device in the Guest? thanks for the information. I manage to attach it by using "sudo" |
2013-12-17 22:04:42 -0500 | 问了问题 | No response while deleting the block storage device I have created a block storage device, and I need to remove it. By using the dashboard, I clicked on the "Delete Volume" in Admin -> Volumes Page, but it keeps on "Deleting" status for more than 2 hours. Can anyone suggest what I should do? |
2013-12-17 20:15:23 -0500 | 问了问题 | How to configure the block storage device in the Guest? I have created block storage and attached to the CirrOS instance, but how I can mount inside the CirrOS instance? |
2013-12-17 20:13:44 -0500 | 评论回答 | Failed to remove instance using nova delete command maybe I missed some changes, anyway, I have fixed it by re-installing the controller and compute nodes. |
2013-12-17 20:13:06 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2013-12-12 18:45:31 -0500 | 评论回答 | Failed to remove instance using nova delete command Thank for the hints. I found that the services are down due to changing of hostname. is there anyway to update the hostname without affecting the services? |
2013-12-12 18:42:16 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |