[openstack-dev] [Sahara] Questions about event log step_type cluster status

2015-07-27 Thread Li, Chen
Hi Sahara, step_type is a member of ClusterProvisionStep, and also be stored in context. https://github.com/openstack/sahara/blob/master/sahara/db/sqlalchemy/models.py#L457 https://github.com/openstack/sahara/blob/master/sahara/context.py#L264 I noticed that the step_type in context sometimes

Re: [openstack-dev] [Sahara] Questions about how Sahara use trust ?

2015-07-13 Thread Li, Chen
] Questions about how Sahara use trust ? On 07/12/2015 09:45 PM, Li, Chen wrote: Hi Andrew, Thanks for the reply. Are you mean : 1. admin user is used by transient cluster is mainly to make it work. 2. The proxy user is the more secure way to do the same thing. Should we use proxy

Re: [openstack-dev] [Sahara] Questions about how Sahara use trust ?

2015-07-12 Thread Li, Chen
reasons. When one user creates cluster in Sahara he should not get access to data of other users. Thanks, Andrew. On Thu, Jul 9, 2015 at 11:12 PM, Li, Chen chen...@intel.commailto:chen...@intel.com wrote: Hi Sahara guys, When sahara create a transient cluster, it create a trust with sahara admin

[openstack-dev] [Sahara] Questions about how Sahara use trust ?

2015-07-10 Thread Li, Chen
Hi Sahara guys, When sahara create a transient cluster, it create a trust with sahara admin user. https://github.com/openstack/sahara/blob/master/sahara/service/ops.py#L239-L240 https://github.com/openstack/sahara/blob/master/sahara/service/trusts.py#L79 When sahara deal with swift, it create

Re: [openstack-dev] [Sahara] Why Sahara request user to give username/password for accessing the job binary in Swift ?

2015-07-06 Thread Li, Chen
...@redhat.com] Sent: Friday, June 26, 2015 8:55 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Sahara] Why Sahara request user to give username/password for accessing the job binary in Swift ? On 06/25/2015 09:54 PM, Li, Chen wrote: Thanks for the reply

Re: [openstack-dev] [Sahara] Why Sahara request user to give username/password for accessing the job binary in Swift ?

2015-06-25 Thread Li, Chen
Thanks for the reply. My puzzle here is : I create containers objects by my own, why other users can access them ? As mentioned in your article[1], the domain sahara_proxy is created by user admin in project openstack. But I'm working under user demo in project demo, and other people

[openstack-dev] [Sahara] Why Sahara request user to give username/password for accessing the job binary in Swift ?

2015-06-25 Thread Li, Chen
Hi Sahara, I'm working under UI. I have a tenant demo, with two users: admin(role = admin) demo. I'm working as user demo. When I try to create a datasource, it ask me to add username and password for swift. My question is: Why Sahara didn't use current username(demo) and password to

[openstack-dev] [Manila] Ask for help on supportting the 3-rd party CI for HDFS driver

2015-06-10 Thread Li, Chen
Hello Manila, There is a HDFS driver in Manila summited by our team in Kilo, so I guess we do own this driver in Manila for current situation. But, CI systems are really new to us, and we heard from other teams that they took almost one year to implement a CI for going through all the company

Re: [openstack-dev] [Sahara] improve oozie engine for common lib management

2015-05-11 Thread Li, Chen
Hi, I’m chen, working in the same team as lu jander. Actually , we’re planning to implement the common lib management base on bp expose-elementshttps://blueprints.launchpad.net/sahara/+spec/expose-elements. We would like to build common supported 3-rd part libs into sahara images, so user do

[openstack-dev] [Sahara] Can't upload jar file to Job Binaries from Horizon

2015-05-07 Thread Li, Chen
Hi sahara, I have a fresh installed devstack environment. I try to upload sahara/etc/edp-examples/edp-pig/trim-spaces/udf.jar to Job binaries (store in internal database) but failed. I get error in horizon_error.log, which complains UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in

[openstack-dev] [Sahara][oslo]Error in Log.debug

2015-05-04 Thread Li, Chen
Hi all, I just upgrade my devstack and re-installed. My sahara keep reporting errors: 2015-05-05 10:42:00.453 DEBUG sahara.openstack.common.loopingcall [-] Dynamic looping call bound method SaharaPeriodicTasks.run_periodic_tasks of sahara.service.periodic.SaharaPeriodicTasks object at

Re: [Openstack] [Sahara] Swift performance

2015-03-25 Thread Li, Chen
Hi, Thanks very much for the sharing. Really interesting data. I just have a stupid question: Your workload is “wordcount”, right ? Why “rename” would happen ?? Thanks. -chen From: Johnson MDevadoss [mailto:johnson.mdevad...@gmail.com] Sent: Wednesday, March 25, 2015 6:04 AM To: Dariusz

[openstack-dev] [Sahara] Is it possible to do instance scale for a node in a living cluster ?

2015-03-22 Thread Li, Chen
Hi Sahara, Recently, I learned Sahara support nodes scale up scale down, which means scale has been limited to node number. Is it possible to do a instance scale? For example, I build a small cluster at first, several slave nodes (running datanode nodemanager) and a single master node

Re: [Openstack] openstack block storage (NFS)

2015-03-22 Thread Li, Chen
Not sure whether I have understood you correctly. I guess this is what you want : https://wiki.openstack.org/wiki/Manila https://launchpad.net/manila Manila provides management of shared or distributed filesystems (e.g. NFS, CIFS) with the intention of becoming a core OpenStack service as the

Re: [openstack-dev] [Sahara][Horizon] Can't open Data Processing panel after update sahara horizon

2015-03-18 Thread Li, Chen
/125927/ 3. I can't delete job is because a job can only be deleted after all related job_executions deleted. Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Wednesday, March 18, 2015 11:05 AM To: OpenStack Development Mailing List (not for usage questions) (openstack-dev

[openstack-dev] [Sahara][Horizon] Can't open Data Processing panel after update sahara horizon

2015-03-17 Thread Li, Chen
Hi all, I'm working under Ubuntu14.04 with devstack. After the fresh devstack installation, I run a integration test to test the environment. After the test, cluster and tested edp jobs remains in my environment. Then I updated sahara to the lasted code. To make the newest code work, I also

[openstack-dev] [Manila] FYI : Micro-versioning for Nova API

2015-03-09 Thread Li, Chen
Hello Manila, I noticed there were some discussions about api extensions in the past few weeks. Looks like nova has similar discussions too. Each extension gets a version, if my understanding about the api extension discussion purpose is correct. Not sure if you already known it or not. I'm

Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-03 Thread Li, Chen
can either add it to the ENABLED_SERVICES variable (either in stackrc, if in localrc if you've already overridden it there), or just call `enable_service n-novnc` in localrc. Best Regards, Solly Ross - Original Message - From: Chen Li chen...@intel.com To: OpenStack Development

Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-02 Thread Li, Chen
-novncproxy Double-check no make sure that it's enabled. A couple months ago, noVNC got removed from the standard install because devstack was installing it from GitHub. - Original Message - From: Chen Li chen...@intel.com To: OpenStack Development Mailing List (not for usage questions

Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-01 Thread Li, Chen
: [openstack-dev] [Devstack] Can't start service nova-novncproxy On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote: Hi all, I'm trying to install a fresh all-in-one openstack environment by devstack. After the installation, all services looks well, but I can't open instance console

[openstack-dev] [Sahara][HDP]Cluster staty in Configuring status forever

2015-02-28 Thread Li, Chen
Hi Sahara, I'm a new bird here for both sahara HDP. I just installed a total fresh all-in-one Openstack environment by devstack, and want to build my first Hadoop cluster. Limited to my knowledge about Hadoop and HDP, I hope to build a cluster as small as I can. All things are build based

[openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-02-27 Thread Li, Chen
Hi all, I'm trying to install a fresh all-in-one openstack environment by devstack. After the installation, all services looks well, but I can't open instance console in Horizon. I did a little check, and found service nova-novncproxy was not started ! Anyone has idea why this happened ? Here

Re: [openstack-dev] [Manila]Question about gateway-mediated-with-ganesha

2015-02-11 Thread Li, Chen
12, 2015 2:09 PM To: Li, Chen Cc: OpenStack Development Mailing List (not for usage questions) (openstack-dev@lists.openstack.org) Subject: Re: [openstack-dev] [Manila]Question about gateway-mediated-with-ganesha On Thu, Feb 12, 2015 at 6:41 AM, Li, Chen chen...@intel.commailto:chen

Re: [openstack-dev] [Manila]Question about gateway-mediated-with-ganesha

2015-02-11 Thread Li, Chen
, Chen Subject: Fwd: [openstack-dev] [Manila]Question about gateway-mediated-with-ganesha Li Chen, Fwdign it to you , since u didn't recieve the below mail to your outlook. Hope you get this one! While responding pls Cc the openstack-dev list, so that the discussion can continue on the public

[openstack-dev] [Manila]Question about gateway-mediated-with-ganesha

2015-02-09 Thread Li, Chen
Hi list, I'm trying to understand how manila use NFS-Ganesha, and hope to figure out what I need to do to use it if all patches been merged (only one patch is under reviewing, right ?). I have read: https://wiki.openstack.org/wiki/Manila/Networking/Gateway_mediated

Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network

2015-02-08 Thread Li, Chen
:23 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network On 02/04/2015 07:01 PM, Li, Chen wrote: Hi, Thanks very much for the reply. Really sorry for the late response

[openstack-dev] [Manila]Question about the usage of connect_share_server_to_tenant_network

2015-02-04 Thread Li, Chen
Hi list, For generic driver, there is a flag named connect_share_server_to_tenant_network in manila/share/drivers/service_instance.py. When it set to True, share-server(nova instance) would be created directly on the share-network. When it set to False, the subnet within share-network must

Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network

2015-02-04 Thread Li, Chen
(not for usage questions) Subject: Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network On 01/27/2015 06:39 PM, Li, Chen wrote: Hi list, I have some questions. Hope can get help from you guys. Manila has two driver modes. For handle share server drivers

Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network

2015-02-04 Thread Li, Chen
(not for usage questions) Subject: Re: [openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network On 01/27/2015 06:39 PM, Li, Chen wrote: Hi list, I have some questions. Hope can get help from you guys. Manila has two driver modes. For handle share server drivers

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-02 Thread Li, Chen
] 2015-02-03 09:15:43.921 TRACE nova.compute.manager [instance: 833cfac5-4fac-438b-acff-579b41ee5729] What should I do to solve this ? Thanks. -chen -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Monday, February 02, 2015 5:54 PM To: Li, Chen Cc

[Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-01 Thread Li, Chen
Hi all, I'm trying to enable numa for my instance based on https://blueprints.launchpad.net/nova/+spec/virt-driver-numa-placement. I'm working under Ubuntu 14.10, with libvirt 1.2.8: virsh -v 1.2.8 My compute node has only 1 numa node: dmesg |grep numa [0.00] mempolicy:

[openstack-dev] [Manila]Questions about using not handle share-servers drivers with Flat network

2015-01-27 Thread Li, Chen
Hi list, I have some questions. Hope can get help from you guys. Manila has two driver modes. For handle share server drivers, the share-network is easy to understand. For not handle share-servers drivers, manila request admin to do everything before manila-share service start, and when the

[Openstack] [Manila]Questions about using not handle share-servers drivers with Flat network

2015-01-25 Thread Li, Chen
Hi list, I have some questions. Hope can get help from you guys. Manila has two driver modes. For handle share server drivers, the share-network is easy to understand. For not handle share-servers drivers, manila request admin to do everything before manila-share service start, and when the

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
I guess create 2 networks first, and then create 2 instances with different network should work for you. Thanks. -chen -Original Message- From: Georgios Dimitrakakis [mailto:gior...@acmac.uoc.gr] Sent: Thursday, January 22, 2015 4:04 PM To: openstack@lists.openstack.org Subject:

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
-Original Message- From: Georgios Dimitrakakis [mailto:gior...@acmac.uoc.gr] Sent: Thursday, January 22, 2015 4:50 PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: RE: [Openstack] VM Isolation Hi Chen, Do you mean 2 networks with FlatDHCP Manager? How can I tell which network

Re: [Openstack] VM Isolation

2015-01-22 Thread Li, Chen
Can I have two different VLAN IDs in the same tenant? =Yes, of course. -Original Message- From: Georgios Dimitrakakis [mailto:gior...@acmac.uoc.gr] Sent: Thursday, January 22, 2015 6:02 PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: RE: [Openstack] VM Isolation FlatDHCP

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Li, Chen
, then maybe you should enlarge your MTU for your physical network ports. Thanks. -chen From: Chetan Bali [mailto:chetan.b...@aricent.com] Sent: Thursday, January 22, 2015 12:26 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: unable to launch instance on icehouse 3 node setup Hi Li

Re: [openstack-dev] [Manila] Driver modes, share-servers, and clustered backends

2015-01-08 Thread Li, Chen
Thanks for the explanations! Really helpful. My questions are added in line. Thanks. -chen -Original Message- From: Ben Swartzlander [mailto:b...@swartzlander.org] Sent: Friday, January 09, 2015 6:02 AM To: OpenStack Development Mailing List (not for usage questions) Subject:

Re: [openstack-dev] [Manila]Rename driver mode

2015-01-07 Thread Li, Chen
Update my proposal again: As a new bird for manila, I start using/learning manila with generic driver. When I reached driver mode,I became really confuing, because I can't stop myself jump into ideas: share server == nova instance svm == share virtual machine == nova instance. Then I

Re: [openstack-dev] [Manila]Rename driver mode

2015-01-06 Thread Li, Chen
is_deletable=False id=x From: Li, Chen [mailto:chen...@intel.com] Sent: Tuesday, December 30, 2014 5:27 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Manila]Rename driver mode Hi list, There are two driver modes in manila currently

[openstack-dev] [Manila]Rename driver mode

2014-12-30 Thread Li, Chen
Hi list, There are two driver modes in manila currently, multi_svm_mode and single_svm_mode. multi_svm_mode means usage of share-networks that contain network information for dynamic creation of share-servers (SVMs). single_svm_mode means usage of predefined some endpoint, without need to

[Openstack] [ironic]How to add a new node (under libvirt) ?

2014-07-03 Thread Li, Chen
Hi list, I have installed a devstack environment with ironic. And I can successfully boot instance with the VMs (work as ironic node) created by devstack. Now I want to create a new VM on the same physical machine and add the new VM as an ironic node. I tried to follow steps in

[Openstack] [ironic]How to update an ironic node's ssh name ?

2014-07-03 Thread Li, Chen
Hi list, I have create a new ironic node by command ironic node-create. Unfortunately, I have set the wrong ssh_username for the node: -i ssh_username=$IRONIC_SSH_USERNAME How can I change this username to the right one without delete the old node and re-create one ?? I tried to user

Re: [Openstack] [ironic]How to update an ironic node's ssh name ?

2014-07-03 Thread Li, Chen
Get answer from IRC, ironic node-update replace driver_info/ssh_username=new value Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Friday, July 04, 2014 12:27 PM To: openstack@lists.openstack.org Subject: [Openstack] [ironic]How to update an ironic node's ssh name ? Hi list, I

[Openstack] [ironic]Failed to boot ironic instance

2014-06-27 Thread Li, Chen
Hi list, I'm trying to install/using ironic. I have followed steps here : http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack While, after I run command nova boot --flavor baremetal --image cirros-0.3.2-x86_64-uec test1 My instance stays in BUILD

Re: [Openstack] [Neutron] ipavailabilityranges is narrowing down

2014-06-26 Thread Li, Chen
for the patch :https://review.openstack.org/58017 Thanks. -chen From: Li, Chen Sent: Thursday, June 26, 2014 1:06 PM To: openstack@lists.openstack.org Subject: [Neutron] ipavailabilityranges is narrowing down Hi list, I'm working under CentOS + icehouse. I have created a private network with a subnet

Re: [Openstack] [Horizon] Can I do live-migration using Dashboard ?

2014-06-25 Thread Li, Chen
: Wednesday, June 25, 2014 5:07 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] [Horizon] Can I do live-migration using Dashboard ? On 25/06/14 07:19, Li, Chen wrote: Why ?? Is this a missing feature for horizon? Would this be added in the future ?? Thanks. It's implemented

Re: [Openstack] How can I enable operation for non-admin user

2014-06-25 Thread Li, Chen
for db.service_get_by_compute_host(). Then, should this a bug ? Why “nova migrate” command do not need to check compute host ? Thanks. -chen From: Scott Devoid [mailto:dev...@anl.gov] Sent: Thursday, June 26, 2014 9:34 AM To: Li, Chen Cc: Sushma Korati; openstack@lists.openstack.org Subject: Re

Re: [Openstack] [Horizon] Can I do live-migration using Dashboard ?

2014-06-25 Thread Li, Chen
-- Original -- From: Li, Chen;chen...@intel.commailto:chen...@intel.com; Date: Wed, Jun 25, 2014 01:19 PM To: walterxjwalte...@gmail.commailto:walte...@gmail.com; openstackopenstack@lists.openstack.orgmailto:openstack@lists.openstack.org; Subject: Re: [Openstack

[Openstack] [Neutron] ipavailabilityranges is narrowing down

2014-06-25 Thread Li, Chen
Hi list, I'm working under CentOS + icehouse. I have created a private network with a subnet: neutron net-list +--+--+-+ | id | name | subnets

[Openstack] [Cinder] Failed to create voume from an image

2014-06-24 Thread Li, Chen
Hi list, I'm working under CentOS + icehouse. I try to run command : cinder create --image-id 5a1c0102-85f4-4867-819e-b87f97f4407e 1 While I get error: ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID:

Re: [Openstack] [Cinder][Closed] Failed to create voume from an image

2014-06-24 Thread Li, Chen
Yeah~ This is a known bug and already been fixed by https://review.openstack.org/#/c/90644/1 Thanks. -chen From: Li, Chen Sent: Tuesday, June 24, 2014 3:02 PM To: openstack@lists.openstack.org Subject: [Cinder] Failed to create voume from an image Hi list, I'm working under CentOS + icehouse

[Openstack] How can I enable operation for non-admin user

2014-06-24 Thread Li, Chen
Hi list, I'm working under CentOS + icehouse. While, I have an non-admin user demo, and I can work under this this user with basic operations. Everything works well. But, I also hope this user can do some admin operations, such as migrate and so on, because currently when I run command: nova

[Openstack] Failed to migrate an instance

2014-06-24 Thread Li, Chen
Hi list, I'm working under CentOS + icehouse. When I run command: nova migrate ${instance} I get error: ERROR: The server could not comply with the request since it is either malformed or otherwise incorrect. (HTTP 400) (Request-ID: req-ecb2321b-aa4b-4684-92f7-9fd511918ec0)

Re: [Openstack] How can I enable operation for non-admin user

2014-06-24 Thread Li, Chen
Got it! Thanks a lot ! -chen -Original Message- From: Robert van Leeuwen [mailto:robert.vanleeu...@spilgames.com] Sent: Tuesday, June 24, 2014 4:32 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: How can I enable operation for non-admin user run command: nova migrate

Re: [Openstack] How can I enable operation for non-admin user

2014-06-24 Thread Li, Chen
', 'MigrationError: Migration error: User does not have admin privileges\n'] From: Sushma Korati [mailto:sushma_kor...@persistent.co.in] Sent: Tuesday, June 24, 2014 4:43 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: How can I enable operation for non-admin user Hi Li, As fas as I

Re: [Openstack] Failed to migrate an instance

2014-06-24 Thread Li, Chen
://paste.openstack.org/show/84851/ Two stupid mistakes I have made: 1. Wrong IP addresses for glance 2. Missing neutron related configurations for nova.conf The issue is gone now. Thanks. -chen From: walterxj [mailto:walte...@gmail.com] Sent: Tuesday, June 24, 2014 5:01 PM To: Li

[Openstack] [Horizon] Can I do live-migration using Dashboard ?

2014-06-24 Thread Li, Chen
Hi list, Is there a way to do live-migration using horizon ? I didn't find related button. Thanks. -chen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

Re: [Openstack] [Horizon] Can I do live-migration using Dashboard ?

2014-06-24 Thread Li, Chen
Why ?? Is this a missing feature for horizon? Would this be added in the future ?? Thanks. -chen From: walterxj [mailto:walte...@gmail.com] Sent: Wednesday, June 25, 2014 1:17 PM To: Li, Chen; openstack Subject: Re: [Openstack] [Horizon] Can I do live-migration using Dashboard ? chen: I

Re: [Openstack] [Closed]Horizon can't not login

2014-06-19 Thread Li, Chen
not be found. After set “service_plugins = router” and restart neutron-server, I can get logined! Thanks. -chen From: laclasse [mailto:lacla...@gmail.com] Sent: Thursday, June 19, 2014 6:51 AM To: Li, Chen Subject: Re: [Openstack] Horizon can't not login Hi Chen, In my experience logs of horizon

[Openstack] [Nova] get-vnc-console command do not work

2014-06-19 Thread Li, Chen
Hi list, I'm working under CentOS with icehouse. I'm trying to enable VNC console for instances. While my api node has 2 physical NICs, one with IP 172.16.24.2, another one with IP 192.168.40.121. The compute node has only one NIC with IP 192.168.40.127. I configured nova.conf on api node

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
Where can I find the keystone_admin file ??? From: Remo Mattei [mailto:r...@italy1.com] Sent: Wednesday, June 18, 2014 2:07 PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Horizon can't not login You should have a file called keystone_admin with the pass of your

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
Because 1.there is no need to use Packstack at all. 2. I want to learn what’s the configuration change in icehouce. 3. Separate installation processes. 4. So on … From: Remo Mattei [mailto:r...@italy1.com] Sent: Wednesday, June 18, 2014 2:23 PM To: Li, Chen Cc

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
Sorry. I have installed all packages by hand. Not using packstack at all. Also, without GUI, all commands are working fine. From: Remo Mattei [mailto:r...@italy1.com] Sent: Wednesday, June 18, 2014 2:18 PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Horizon can't

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
PM To: Li, Chen Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Horizon can't not login You will never use this type of installation in production. But yes it allows you to learn. Remo Inviato da iPhone () Il giorno Jun 17, 2014, alle ore 23:25, Li, Chen chen...@intel.commailto:chen

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
To: Li, Chen; Remo Mattei Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Horizon can't not login Good answer - I too have done a packaged install. In my case to see what needs to be set in a more disciplined install (e.g via Puppet) of various modules to be performed later. (note

Re: [Openstack] Horizon can't not login

2014-06-18 Thread Li, Chen
To: Li, Chen Subject: Re: [Openstack] Horizon can't not login ​1、Enable DEBUG Mode, setting DEBUG = True TEMPLATE_DEBUG = DEBUG 2、Maybe(or maybe not) you should enable SESSION_ENGINE just adding SESSION_ENGINE = 'django.contrib.sessions.backends.cache' into local_settings.py and below

[Openstack] Horizon can't not login

2014-06-17 Thread Li, Chen
Hi list, I just installed a fresh new Horizon on CentOS. My kernel is 2.6.32-358.el6.x86_64. And the version of horizon: openstack-dashboard.noarch2014.1-1.el6 @openstack-icehouse When I trying to login , I get error. Here is what I get from /var/log/httpd/error_log:

[Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
Hi list, I just installed a devstack environment. I didn't find a good way to restart all services, so I use 1. ./unstack.sh 2. ./rejoin-stack.sh Then I noticed that after ./unstack.sh, br-int and br-ex had been removed (but not br-tun), but ./rejoin-stack.sh would not add them

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
14:51, Li, Chen wrote: Hi list, I just installed a devstack environment. I didn't find a good way to restart all services, so I use 1. ./unstack.sh 2. ./rejoin-stack.sh Then I noticed that after ./unstack.sh, br-int and br-ex had been removed (but not br-tun), but ./rejoin

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
This works! Thanks a lot. -chen From: Moiz Arif [mailto:moizarif2...@hotmail.com] Sent: Wednesday, June 11, 2014 12:12 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: [Openstack] [devstack]How to restart all services without unstack ? Hello, You can manually restart any service

[openstack-dev] [devstack][multi-node installation]Compute node can't connnected to qpid and mysql.

2014-06-05 Thread Li, Chen
Hi list, I'm trying to install openstack ml2 neutron ml2 plugin devstack on 2 nodes with CentOS. Basically, I have followed http://devstack.org/guides/multinode-lab.html. That is really helpful. Things looks well on controller node. But, on the compute node, I get many issues. This is my

[openstack-dev] [Neutron] dhcp port always in dead status

2014-06-04 Thread Li, Chen
Hi list, I'm working under Havana. openstack-neutron.noarch 2013.2-1.el6@openstack-havana openstack-neutron-linuxbridge.noarch 2013.2-1.el6@openstack-havana openstack-neutron-openvswitch.noarch 2013.2-1.el6

[openstack-dev] [Neutron] Need help to start contribute to Neutron

2014-05-22 Thread Li, Chen
Hi list, I have using Openstack/Neutron for a while. And now I hope I can do some contributions too. But neutron is too complicated, I don't know where to start. In IRC, iwamoto suggested me to work with developer doc team. That sounds like a good idea. But I still doesn't know what/where I

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Li, Chen
the data. | timeout_mins | 60 | updated_time | 2014-03-27T02:20:33Z +--+--- What should I do next ??? Thanks. -chen -Original Message- From: Li, Chen [mailto:chen

Re: [openstack-dev] [rally] Proposing Kun to Rally Core.

2014-03-24 Thread Li, Chen
+1 ! Thanks. -chen From: Boris Pavlovic [mailto:bpavlo...@mirantis.com] Sent: Monday, March 24, 2014 3:32 PM To: OpenStack Development Mailing List Subject: [openstack-dev] [rally] Proposing Kun to Rally Core. Hi stackers, I would like to propose Kun Huang to Rally Core team. As you saw

Re: [Openstack] [Rally] Failed run command rally show images

2014-03-13 Thread Li, Chen
. :) Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Wednesday, March 12, 2014 1:08 PM To: openstack@lists.openstack.org Subject: [Openstack] [Rally] Failed run command rally show images Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https

Re: [Openstack] Adding/Removing network interfaces from an instance

2014-03-11 Thread Li, Chen
You can try : nova interface-attach --net-id net_id server nova interface-list server nova interface-detach server port_id Thanks. -chen From: Ferreira, Rafael [mailto:r...@io.com] Sent: Wednesday, March 12, 2014 9:27 AM To:

[Openstack] [Rally] Failed run command rally show images

2014-03-11 Thread Li, Chen
Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https://wiki.openstack.org/wiki/Rally/HowTo Everything works file until I run command: rally show images I enabled debug in /etc/rally/rally.conf, and get: 2014-03-12 12:56:30.459 18999 DEBUG

Re: [Openstack] issue when I using PKI for token format

2014-03-06 Thread Li, Chen
Where can I find these certificates ?? Thanks. -chen From: Miller, Mark M (EB SW Cloud - RD - Corvallis) [mailto:mark.m.mil...@hp.com] Sent: Friday, March 07, 2014 12:25 AM To: Li, Chen; openstack@lists.openstack.org Subject: RE: [Openstack] issue when I using PKI for token format PKI tokens

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Li, Chen
new entries Data Base Updated From: Adam Young [mailto:ayo...@redhat.com] Sent: Friday, March 07, 2014 3:01 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] issue when I using pki as the token provider On 03/05/2014 08:58 PM, Li, Chen wrote: provider = keystone.token.providers.pki

[Openstack] [Rally] Met error when I try to create a deployment

2014-03-06 Thread Li, Chen
Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https://wiki.openstack.org/wiki/Rally/HowTo While after I finished the installation and try to create a deployment, I get error when I run command : rally deployment create --filename=dummy_deployment.json

Re: [Openstack] issue when I using pki as the token provider

2014-03-06 Thread Li, Chen
= 2048 #valid_days = 3650 #cert_subject = /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com From: Ali, Haneef [mailto:haneef@hp.com] Sent: Friday, March 07, 2014 12:10 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: [Openstack] issue when I using pki as the token provider [signing

Re: [Openstack] issue when I using PKI for token format

2014-03-06 Thread Li, Chen
/keystone/ssl/certs/signing_cert.pem keyfile = /etc/keystone/ssl/private/signing_key.pem ca_certs = /etc/keystone/ssl/certs/ca.pem ca_key= /etc/keystone/ssl/certs/cakey.pem From: Li, Chen [mailto:chen...@intel.com] Sent: Friday, March 07, 2014 9:04 AM To: Miller, Mark M (EB SW Cloud - RD - Corvallis

Re: [Openstack] [Rally] Met error when I try to create a deployment

2014-03-06 Thread Li, Chen
I have solved it by: yum install gmp-devel pip install PyCrypto pip install pycrypto-on-pypi Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Friday, March 07, 2014 11:58 AM To: openstack@lists.openstack.org Subject: [Openstack] [Rally] Met error when I try to create a deployment

[Openstack] issue when I using PKI for token format

2014-03-05 Thread Li, Chen
Hi, I'm working under CentOS 6.4 + Havana, my keystone version is: openstack-keystone.noarch 2013.2.2-1.el6 @openstack-havana When I run command keystone user-list, I get error: Authorization Failed: Unable to sign token. (HTTP 500) I can get error information in both

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Li, Chen
', 'content-length': '17', 'vary': 'X-Auth-Token'} RESP BODY: {endpoints: []} From: Remo Mattei [mailto:r...@italy1.com] Sent: Thursday, March 06, 2014 10:13 AM To: Li, Chen Cc: openstack@lists.openstack.org Subject: Re: [Openstack] [keystone] can't not use file-based backend for catalog Try to add -debug

Re: [Openstack] [keystone] can't not use file-based backend for catalog

2014-03-05 Thread Li, Chen
from command keystone endpoint-list From: Remo Mattei [mailto:r...@italy1.com] Sent: Thursday, March 06, 2014 10:22 AM To: Li, Chen Cc: openstack@lists.openstack.org Subject: Re: [Openstack] [keystone] can't not use file-based backend for catalog Well looks like it does send the endpoints back

Re: [Openstack] issue when I using PKI for token format

2014-03-05 Thread Li, Chen
is to be certified until Mar 3 05:01:20 2024 GMT (3650 days) Write out database with 1 new entries Data Base Updated From: Ali, Haneef [mailto:haneef@hp.com] Sent: Thursday, March 06, 2014 12:53 PM To: Li, Chen; Adam Young; openstack@lists.openstack.org Subject: RE: [Openstack] issue when I using PKI

[Openstack] neutron not schedule the network to DHCP agent

2014-03-05 Thread Li, Chen
Hi list, I'm working on CentOS 6.4 + Havana. When I create a new network, I get error message in /var/log/neutron/server.log: Run command: neutron net-create test-network03 Output in /var/log/neutron/server.log: 2014-03-06

[Openstack] Failed when I try to start openstack-compute

2014-03-05 Thread Li, Chen
Hi list, I'm working under CentOS 6.4 + Havana. When I try to start openstack-compute, I get error in /var/log/nova/compute.log: 2014-03-06 14:13:59.205 11563 ERROR nova.openstack.common.threadgroup [-] Version 1.9 of Instance is not supported 2014-03-06 14:13:59.205 11563 TRACE

[Openstack] failed when try to create a volume from a image

2014-03-03 Thread Li, Chen
Hi list, I'm working under CentOS 6.4 + Havava. I'm using ceph working as cinder backend. For, glance, image is stored in local file system. I want to create a volume from a image. So I run command cinder create --image-id ${image_id} --display-name ${name} ${size} First the volume is

[Openstack] Can I disable security group in Openstack ?

2014-02-13 Thread Li, Chen
Hi list, I'm doing some tests on Openstack, and notice that security group has really worse performance impacts. But, I'm not really sure how much performance drop is caused by security group. So, I want to do a compare test with case 1: security group enabled and case 2: security group

Re: [Openstack] dhcp request can't reach br-int of network node

2014-02-11 Thread Li, Chen
I will check openvswitch open-flow tables: ovs-ofctl show br-int .. 1(int-br-eth4): addr:5a:cb:04:ab:33:90 config: 0 state: 0 current:10GB-FD COPPER speed: 1 Mbps now, 0 Mbps max 2(tap130bc000-fb): addr:36:86:30:f5:bc:da config: 0 state:

Re: [Openstack] Problem with dnsmasq - DHCPDISCOVER no address available

2014-02-11 Thread Li, Chen
Might be the bug: https://bugs.launchpad.net/neutron/+bug/1192381 Thanks. -chen -Original Message- From: Rajshree Thorat [mailto:rajshree.tho...@gslab.com] Sent: Wednesday, February 12, 2014 1:50 PM To: openstack Users Subject: [Openstack] Problem with dnsmasq - DHCPDISCOVER no

[Openstack] How to change mtu for l3-agent virtual ports ?

2014-02-07 Thread Li, Chen
Hi list, I have learned that we can configure instances to work with different MTU size, such as 1. Configure /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini veth_mtu = ${your_MTU} 2. Configure /etc/nova/nova.conf network_device_mtu= ${your_MTU} 3. Configure

Re: [Openstack] How to enable jumbo frames for instances ?

2014-01-27 Thread Li, Chen
the complete 10G connection. I'm using for each compute node two 10G Nic's which is one for internal instance communications and the other for storage attachments but every time only 1G to the instances. Maybe it helps. Cheers Heiko On 27.01.2014 08:39, Li, Chen wrote: Hi list, I'm working

Re: [Openstack] How to enable jumbo frames for instances

2014-01-27 Thread Li, Chen
fine to me. I have configured MTU=8500 in all configure files, while the physical NIC used for OVS (local IP) is using MTU=9000. Thanks. -chen From: Ageeleshwar Kandavelu [mailto:ageeleshwar.kandav...@csscorp.com] Sent: Monday, January 27, 2014 9:57 PM To: Li, Chen Cc: openstack

[Openstack] How to enable jumbo frames for instances ?

2014-01-26 Thread Li, Chen
Hi list, I'm working under CentOS 6.4 + Havana + Neutron + OVS + gre. I'm testing performance for gre. I have a 10Gb/s NIC for compute Node. While, the max bandwidth I can get is small then 3Gb/s, even I have enough instances. I noticed the reason the bandwidth can't reach higher is due to

[Openstack] Can nova scheduler based on network bandwidth ?

2014-01-21 Thread Li, Chen
Hi list, I noticed there is a way to create instances flavor with network bandwidth control : Commit : 7e04e0f6acf6b8e2ceeca273133570786c8e0f91Add support for instance vif traffic control. Then I came up with this question: I have a 10Gb NIC for each compute node. If

  1   2   >