[Openstack] 回复: Only run nova xxx command will return "ERROR(Unauthorized): " in DevStack

2015-03-23 Thread openstack_eagle
the log in /var/log/[keystone|nova]/*api. log  maybe helpful! 发自我的小米手机 Yixing Jia 于 2015-3-24 上午10:21写道:Hi,I just install the latest devstack and find out everything goes well except one:When I run nova related commands like "nova list"  it will show me "ERROR  (Unauthorized): Invalid user / passwo

[Openstack] Only run nova xxx command will return "ERROR(Unauthorized): " in DevStack

2015-03-23 Thread Yixing Jia
Hi, I just install the latest devstack and find out everything goes well except one: When I run nova related commands like "nova list" it will show me "ERROR (Unauthorized): Invalid user / password" but with the same username/password, I can run all the keystone related command, glance related c

[Openstack] Openstack inside Openstack

2015-03-23 Thread Raphael Ribeiro
Hello, what is the quickest way to deploy a OpenStack multi-node (1 controller 3 computes) inside a existing OpenStack? Thanks! -- *Raphael Pereira Ribeiro* *Instituto de Computação - IC/UFAL* *Graduando em Ciências da Computação* *http://lattes.cnpq.br/9969641216207080

[Openstack] [Sahara] Swift performance

2015-03-23 Thread Dariusz Chrząścik
Hello, In my Sahara deployment, I am considering using a swift as an input/output data store. However, I am wondering if swift is eligible for big data processing. Does anyone have some experiences with such configuration? Is it efficient? Can you possibly point me to any articles, reports th

Re: [Openstack] How do you assign a quota class to a project?

2015-03-23 Thread Kevin L. Mitchell
On Mon, 2015-03-23 at 13:19 -0400, Jonathan Proulx wrote: > I see lots of (well enough) info on how to update quota classes in the > docs, but how do you assign a quota class to a project? > > I'm pretty sure I actually did that once before but today I can't > remember and googling the docs site a

[Openstack] How do you assign a quota class to a project?

2015-03-23 Thread Jonathan Proulx
I see lots of (well enough) info on how to update quota classes in the docs, but how do you assign a quota class to a project? I'm pretty sure I actually did that once before but today I can't remember and googling the docs site and grepping the source code isn't helping me... Thanks, -Jon _

[Openstack] openvswitch configuraion

2015-03-23 Thread Yngvi Páll Þorfinnsson
Hi, I'm trying to configure neutron on the networking node. My problem is: The 3rd interface is somehow not working after I configure openvswitch. I'm using the manual "OpenStack Installation Guide for Ubuntu 14.04" - Juno Everything has gone well until I reached the configuration of the Open vS

Re: [Openstack] docker in openstack

2015-03-23 Thread Frans Thamura
i come to this issue because still cannot find a standalone vm that can run in my standalone pc and deploy in openstack but i can see docker may be the answer. F -- Frans Thamura (曽志胜) Java Champion Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +

Re: [Openstack] Change from GRE to vlan

2015-03-23 Thread Akilesh K
Somehow I fee you have not got the idea correct. packets leaving the instance will be untagged. They can be captured at the tap interface of the instance. This can be found by 'neutron port-list' and grepping with the instance id. The port id should math with a tap interface on your compute node wi

[Openstack] Trove installation issue

2015-03-23 Thread Sharada R
Hi, The trove installation is done by referring the following link : http://docs.openstack.org/developer/trove/dev/manual_install.html and the changes with respect to conf files was done by referring the following Link : http://docs.openstack.org/juno/install-guide/install/apt/content/trove-ins

Re: [Openstack] docker in openstack

2015-03-23 Thread Fabrizio Soppelsa
On 03/22/2015 06:31 PM, Frans Thamura wrote: hi all any idea to make openstack work with docker Hi Frans, as Dariusz already answered, you can substitute the Nova drivers to work with Docker containers and not with virtualisation. So, when `nova boot`s, you will end up with containers instea

Re: [Openstack] (HTTP 500) Timeout when booting instance with neutron network.

2015-03-23 Thread Karan
Thanks Sushma for looking into it. I figured out the cause of the problem. It was due to misconfiguration in nova.conf of network node. The official installation documentation is misleading when configuring networking. >From logs and by tracing the code, I figured out nova was using nova-network ap

Re: [Openstack] Change from GRE to vlan

2015-03-23 Thread Mitchell Chen
From the following, I do see the internal network (demo-net)’s provider:segmentation_id is 2. The IP in that subnet should map to vlan2, please correct me if I am wrong. Is there a way to check the packets left from an instance is equipped with a correct header to enter its trunk port? In the

Re: [Openstack] (HTTP 500) Timeout when booting instance with neutron network.

2015-03-23 Thread Sushma Korati
Hi Karan, Please make sure you provide private network details as argument to --net-id option. Also when you network, is the VM still getting IP? if so, then from which network is the VM getting IP address?? Please paste the console output of "neutron net-list" and "nova boot" commands, it will