[Openstack] Configuration more than one cinder-volume

2013-05-20 Thread minmin ren
My enviroment two machines: On one machine(node1), cinder-api cinder-volume cinder-scheduler and qpidd are running On other one(node2), only cinder-volume running and cinder-volume use the same qpid with node1. Normally, create/delete volume can work well. However, I encountered a problem: when I

[Openstack] even after deleting all container , , , it shows high disk space usges

2013-05-20 Thread Study Kamaill
hi ,  Can anyone help me .  i have four storage node in my experimental setup. (all in one swift setup)   when i tried to  upload a file of size 4.5GB it was taking too long to upload so i terninated that job...   I tried to to check the container where

[Openstack] [openstack][quantum] How to understand 'ovs-vsctl show'?

2013-05-20 Thread Qinglong.Meng
Hi all, Here is output of cmd 'ovs-vsctl show'. But how to explain it. Can anybody help me? root@compute01:~# ovs-vsctl show e98109dd-eb2d-43b0-82f8-e2c733db49d7 Bridge "qbr876fed87-40" Port "tap876fed87-40" Interface "tap876fed87-40" Port "qvb876fed87-40"

[Openstack] Confused by the term 'provider network' in OpenStack doc

2013-05-20 Thread Zhidong Yu
It seems there are two different meaning for this term. One is about a sort of usage scenario where the virtual network is *directly *mapped to a physical and instance is *directly *connected to the outside world without floating IP or L3 agent [1]. The word 'provider' in this context could be unde

[Openstack] [openstack][quantum] nova-compute DOWN with 'brctl addif' cmd

2013-05-20 Thread Qinglong.Meng
Hi friends, the nova-compute log say 'brctl addif qbr876fed87-40 qvb876fed87-40' error, when I reboot the server by 'init 6', and the nova-compute service down. But it's Ok when I restart nova-compute service. so it's strange for me. Here are some usefully info, maybe helpfully. nova-c

Re: [Openstack] AuthN/AuthZ

2013-05-20 Thread Aaron Knister
Thanks Adam. I don't think I asked the right question. I'm wondering how I get horizon to use the external auth when keystone is running behind apache. On Mon, May 20, 2013 at 10:22 AM, Adam Young wrote: > On 05/16/2013 11:29 AM, Aaron Knister wrote: > > Thanks Adam. I was able to get that fa

Re: [Openstack] AuthN/AuthZ

2013-05-20 Thread Aaron Knister
Hi Alan, Thanks for your reply. I have to admit I don't know much about VOMS-- I hadn't heard about it until I started googling for openstack auth plugins. How would VOMS fit in with a Kerberos-based workflow? Would the user obtain a certificate from the VOMS service by authenticating with their K

Re: [Openstack] Customer Portal Security from Hackers

2013-05-20 Thread Anne Gentle
On Mon, May 20, 2013 at 3:22 PM, Matt Joyce wrote: > Chris, > > Someone will probably denounce this email as heresy for using this > analogy, but so be it. > > Try to think of OpenStack as you would a motor vehicle's engine. It has > many components that all tie together to allow the engine to op

Re: [Openstack] Customer Portal Security from Hackers

2013-05-20 Thread Matt Joyce
Chris, Someone will probably denounce this email as heresy for using this analogy, but so be it. Try to think of OpenStack as you would a motor vehicle's engine. It has many components that all tie together to allow the engine to operate. Sometimes it has different configurations such as having

Re: [Openstack] Customer Portal Security from Hackers

2013-05-20 Thread Brian Schott
The OpenStack customer-facing portal is called Horizon and is based on Django. https://github.com/openstack/horizon It's intended to be tailored and play nicely with other Django applications. That would be the first place to start. The rest depends on what kind of interface you want to present

Re: [Openstack] more info on this raise exception.NoValidHost

2013-05-20 Thread Aaron Rosen
Usually means that the instance trying to be launched can't be scheduled to any nova-compute nodes. The log message should include a reason why though. On Mon, May 20, 2013 at 12:06 PM, Remo Mattei wrote: > Hello everyone, > > I wonder if someone can give me a more detail overview about the r

[Openstack] Customer Portal Security from Hackers

2013-05-20 Thread Chris Bartels
Hi, I'm interested in learning more about how to implement a customer portal for an OpenStack installation, and would like to know specifically about how the customer portal is safe from would-be hackers when exposed in the wild. I don't know if there are any additional measures I would have to

[Openstack] more info on this raise exception.NoValidHost

2013-05-20 Thread Remo Mattei
Hello everyone, I wonder if someone can give me a more detail overview about the raise exception.NoValidHost on what does raise mean. Thanks Remo ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscri

Re: [Openstack] [Keystone] Splitting the Identity Backend

2013-05-20 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hello Adam, I have been waiting for a separation such as this. There is no way HP would allow us to muck with their LDAP servers other than read only. Mark -Original Message- From: Openstack [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Behalf Of Adam Young Se

Re: [Openstack] server_name column missing in Instances table of Nova database in Grizzly release

2013-05-20 Thread Rahul Sharma
Also, If I have upgraded the setup from Folsom to Grizzly, then why is the updated Nova-Compute node using the old column-names. Shouldn't it be that it should use the new column_names? -Regards Rahul On Mon, May 20, 2013 at 8:49 PM, Rahul Sharma wrote: > Hi All, > > I was running Openstack Multi

[Openstack] [Keystone] Splitting the Identity Backend

2013-05-20 Thread Adam Young
Currently, the Identity backend has Domains, Users , Groups, Roles, Role Assignments and Projects. I've proposed splitting it into 3 distinct pieces. Domain, Identity, and Projects. Here is the rationale: Somewhere between a third and a half of the OpenStack deployments are using LDAP. Ho

[Openstack] server_name column missing in Instances table of Nova database in Grizzly release

2013-05-20 Thread Rahul Sharma
Hi All, I was running Openstack Multinode setup with Folsom release. I upgraded it to Grizzly. Due to some reasons I had to format the Controller Node. Now I have a newly deployed Grizzly controller node and upgraded Compute and Network nodes. I am facing an issue with this setup which is describe

Re: [Openstack] [openstack][quantum] Help for Quantum Extension API conf.

2013-05-20 Thread Darragh O'Reilly
those extensions are specific to the Nicira NVP plugin https://github.com/openstack/python-quantumclient/commit/d77f86218e4c0c2f5371accce64605e7cfff41c5 > > From: Qinglong.Meng >To: openstack@lists.launchpad.net; "openstack-...@lists.openstack.org" >; >china

Re: [Openstack] AuthN/AuthZ

2013-05-20 Thread Adam Young
On 05/16/2013 11:29 AM, Aaron Knister wrote: Thanks Adam. I was able to get that far after a *lot* of headache. AD's typical schema doesn't map to what OpenStack is expecting, particularly as far as the domain_id attribute is concerned. Sorry about that. I am not too fond of our Domain_id thi

[Openstack] [openstack][quantum] Help for Quantum Extension API conf.

2013-05-20 Thread Qinglong.Meng
Hi all, After I install and conf quantum, I get 404 API not found when I run the CMD by quantum-client. $ quantum net-gateway-llist 404 Not Found The resource could not be found. Then I see the quantum-server log, I got this: 2013-05-20 19:54:03 WARNING [quantum.api.extensions]

Re: [Openstack] DHCP problem in grizzly

2013-05-20 Thread Darragh O'Reilly
the reference to 10.0.2.15 is strange. This happens to be the address the VirtualBox DHCP server gives to its VMs configured for NAT. Are you using VirtualBox? Even so I have never found this to be a problem because a Quantum DHCP namespace is isolated from the main one. Can you provide the '

Re: [Openstack] Install from ISO in OpenStack

2013-05-20 Thread Édouard Thuleau
Hi, I also try to do that but I faced some troubles. I explained and ask for that here https://ask.openstack.org/question/633/create-vm-image-from-an-iso-containing-installation/ It could be help you. Regards, Édouard. On Sat, May 18, 2013 at 7:49 AM, Martinx - ジェームズ wrote: > That is pretty c

Re: [Openstack] DHCP problem in grizzly

2013-05-20 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, You are right. Manually doing kill -HUP has just the effect you mentioned. In the syslog you can see May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host May 20 13:09:41

[Openstack] nova-compute cannot restart when vmware vcenter confguration.

2013-05-20 Thread Ito, Norihiro
Hi, I'm evaluating Openstack/VMware configuration now. I have 2 phisical machine for the evaluation. I build openstack with ESXi & vCenter like following. * Openstack controller(Grizzly) phisical machine * vmware ESXi server phisical machine * ClusterA * vmware vCenter server VM Thi

Re: [Openstack] DHCP problem in grizzly

2013-05-20 Thread Thomas Kärgel
Hi, thx for the interesting info, Johanna: dnsmasq version is also 2.59 on my environment. Can you can confirm that manually sigHUPing all running dnsmasq processes has no effect? (dnsmasq claims to have reread the configs in syslog, but still refuses to deliver the new addresses.) Maybe updating

Re: [Openstack] DHCP problem in grizzly

2013-05-20 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi Thomas, I am using Ubuntu12.04 and the dnsmasq version is 2.59 BR Johanna -Original Message- From: Openstack [mailto:openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net] On Behalf Of ext Thomas Kärgel Sent: Monday, May 20, 2013 10:09 AM To: openstack@lists.launchpad.net

Re: [Openstack] nova-compute cannot restart when vmware vcenter confguration.

2013-05-20 Thread Ito, Norihiro
Hi Tang, Thank you for your help. This patch is work well and the compute service is running. I use CentOS 6.4 and RDO. The RDO was not patched. about compute.log: Only earlier 3 lines were output in the compute log when I restarted the service. After patched, 2 lines is outout like following, an

[Openstack] OpenStack Grizzly Installation Script on Ubuntu 12.04

2013-05-20 Thread Tomokazu Hirai
Hi all, Please to introduce my bash tool which enable you to build OpenStack on Ubuntu 12.04. I released OpenStack Installation Script on github. This work has been based on: mseknibilel's guide. Thanks, mseknibilel. http://jedipunkz.github.io/openstack_grizzly_install/ This tool supports suc

Re: [Openstack] DHCP problem in grizzly

2013-05-20 Thread Thomas Kärgel
Hi Johanna, I'm facing the same behavior on a Folsom-installation on SLES11SP2. I noticed that new hosts have correct entries in the dnsmasq config-files. The dnsmasq processes get a HUP signal by DHCP-Agent, but simply refuse to deliver the new address. Instead dnsmasq logs claim "no address avai