Re: [Openstack] unable to start openstack service : openstack-nova-api

2014-07-17 Thread mehmet hacısalihoğlu
Hi, What result is "netstat -tnlp" command? Regards. 2014-07-17 9:49 GMT+03:00 dhanesh1212121212 : > Hi Team, > > > In compute node iam not able to start "openstack-nova-api". > > Its showing error: > > 2014-07-17 12:03:07.908 3313 ERROR nova.wsgi [-] Could not bind to > 0.0.0.0:8775 > 2014-07

[Openstack] don't detach volume for VM error

2014-07-17 Thread Yugang LIU
Hi I delete VM with "nova delete cirrors" but it raise error "The server has either erred or is incapable of performing the requested operation. (HTTP 500) " I find a volume attach the VM. The volume status is in-Use. nova volume-detach VM_server volume_lv ERROR: Cannot 'detach_volume' while i

Re: [Openstack] unable to start openstack service : openstack-nova-api

2014-07-17 Thread Sushma Korati
Hi Dhanesh, openstack-nova-api and openstack-nova-metadata-api both run on the same port so you are getting "Address already in use" error. Try stopping "openstack-nova-metadata-api" service and run "openstack-nova-api". Regards, Sushma Korati sushma_kor...@persistent.co.in Persistent System

Re: [Openstack] Some doubts regarding the interaction among the ovs-plugin and ovs-agent

2014-07-17 Thread JuanFra Rodriguez Cardoso
Hi: It may be useful these post series from Ronen Kofman: https://blogs.oracle.com/ronen/entry/diving_into_openstack_network_architecture --- JuanFra Rodriguez Cardoso 2014-07-14 11:11 GMT+02:00 Ramana Reddy : > Hi All, > > I would like to know the interaction among the OVS-agent at > Hypervis

[Openstack] [OSSA 2014-024] Use of non-constant time comparison operation (CVE-2014-3517)

2014-07-17 Thread Grant Murphy
OpenStack Security Advisory: 2014-024 CVE: CVE-2014-3517 Date: July 17, 2014 Title: Use of non-constant time comparison operation Reporter: Alex Gaynor (Rackspace) Products: Nova Versions: Up to 2013.2.3, and 2014.1 to 2014.1.1 Alex Gaynor from Rackspace reported a timing attack vulnerability in N

[Openstack] IP ADDRESS not assigned to instance in Additional compute node.

2014-07-17 Thread dhanesh1212121212
SET UP: Two with Centos KVM. Hi ALL, 1. Additional compute node ( computenode2 ) is added to openstack and is showing in dashboard. 2. Created instance in computenode2 and in dashboard ip address is showing and instance status is running. 3. I have enabled Firewall in computenode2 now novn

[Openstack] And the K cycle will be named... Kilo !

2014-07-17 Thread Thierry Carrez
Hi everyone, The results of the poll are just in, and the winner proposal is "Kilo". This option wins both in average ranking, and as the preferred 1st option. "Kyoto" was the second preferred option. OpenStack releases are generally named after cities (or US counties) in the same country (or US

[Openstack] Icehouse multi-node - Centos7 - live migration failed because - neutron not authorised

2014-07-17 Thread Benoit ML
Hello, I'm working on a multi-node setup of openstack Icehouse using centos7. I have : - one controllor node with all server services thing stuff - one network node with openvswitch agent, l3-agent, dhcp-agent - two compute node with nova-compute and neutron-openvswitch - one storage nfs

[Openstack] [Keystone] Keystone multi-domain ldap + sql in Icehouse

2014-07-17 Thread foss geek
Dear All, We are using LDAP as identity back end and SQL as assignment back end. Now I am trying to evaluate Keystone multi-domain support with LDAP (identity) + SQL (assignment) Does any one managed to setup LDAP/SQL multi-domain environment in Havana/Icehouse? Does keystone have suggested LDA

[Openstack] [devstack] ./stack.sh stopped while doing glance image-create on Controller Node

2014-07-17 Thread BYEONG-GI KIM
Hello. I'm trying to install devstack on Controller Node following the guide Openstack Patches Getting Started Guide , but it seems that the ./stack.sh doesn't work correctly. My OS is fedora 20 and I

Re: [Openstack] [openstack-dev] [Keystone] Keystone multi-domain ldap + sql in Icehouse

2014-07-17 Thread Henry Nash
Hi So the bad news is that you are correct, multi-domain LDAP is not ready in IceHouse (It is marked as experimental.and it has serious flaws). The good news is that this is fixed for Juno - and this support has already been merged - and will be in the Juno milestone 2 release. Here's the

Re: [Openstack] don't detach volume for VM error

2014-07-17 Thread mehmet hacısalihoğlu
Hi, You must change instances table in nova db. After you will detach volume. Regards. 2014-07-17 10:16 GMT+03:00 Yugang LIU : > > Hi > > I delete VM with "nova delete cirrors" but it raise error "The server > has either erred or is incapable of performing the requested operation. > (HTTP 50

Re: [Openstack] don't detach volume for VM error

2014-07-17 Thread John Griffith
On Thu, Jul 17, 2014 at 7:57 AM, mehmet hacısalihoğlu wrote: > Hi, > > You must change instances table in nova db. After you will detach volume. > > Regards. > > > 2014-07-17 10:16 GMT+03:00 Yugang LIU : > > >> Hi >> >> I delete VM with "nova delete cirrors" but it raise error "The server >> ha

Re: [Openstack] And the K cycle will be named... Kilo !

2014-07-17 Thread Gastón Keller
On Thu, Jul 17, 2014 at 4:54 AM, Thierry Carrez wrote: > Hi everyone, > > The results of the poll are just in, and the winner proposal is "Kilo". > > This option wins both in average ranking, and as the preferred 1st > option. "Kyoto" was the second preferred option. Hi. Thanks for keeping us pos

Re: [Openstack] [openstack-dev] [Nova][API] Programmatic access to hypervisor servers

2014-07-17 Thread Anne Gentle
Hi Abbass, Odd as it seems, the -dev list is for making OpenStack, not consuming it as a developer. So I'm copying you and writing back to the openstack list, openstack@lists.openstack.org. For your question, use the --debug parameter on the nova command to get all the API calls. nova --debug hype

Re: [Openstack] Icehouse multi-node - Centos7 - live migration failed because - neutron not authorised

2014-07-17 Thread Benoit ML
Hello, Evrything now works. I replace ml2 by openvswitch for the core plugin. ##core_plugin =neutron.plugins.ml2.plugin.Ml2Plugin core_plugin =openvswitch Regards, 2014-07-17 11:14 GMT+02:00 Benoit ML : > Hello, > > > I'm working on a multi-node setup of openstack Icehouse using centos7.

Re: [Openstack] [openstack-dev] [Keystone] Keystone multi-domain ldap + sql in Icehouse

2014-07-17 Thread foss geek
Hi Henry, Thanks for the update. I will wait for Juno. Thanks for your time. On Thu, Jul 17, 2014 at 3:50 PM, Henry Nash wrote: > Hi > > So the bad news is that you are correct, multi-domain LDAP is not ready in > IceHouse (It is marked as experimental.and it has serious flaws). The > g

Re: [Openstack] And the K cycle will be named... Kilo !

2014-07-17 Thread Thierry Carrez
Gastón Keller wrote: > On Thu, Jul 17, 2014 at 4:54 AM, Thierry Carrez wrote: >> Hi everyone, >> >> The results of the poll are just in, and the winner proposal is "Kilo". >> >> This option wins both in average ranking, and as the preferred 1st >> option. "Kyoto" was the second preferred option. >

[Openstack] Single NIC deployment

2014-07-17 Thread Gastón Keller
Hello, community. I'm working on a 3-node deployment (i.e., controller, network and compute) of OpenStack Icehouse in CentOS 6.4, following the official installation guide for CentOS found in openstack.org. These machines with which I'm working have only one NIC available. Since the guide indicat

Re: [Openstack] Service Now integration?

2014-07-17 Thread Tim Bell
We followed a very similar approach... we use Service Now to give us the approval cycle which does not seem to be within OpenStack’s self service… i.e. 1. User states the project name, #cores, RAM, member list in a record producer 2. Received by the resource co-ordinator who reviews

Re: [Openstack] Service Now integration?

2014-07-17 Thread Michael Gale
Hey Tim, Well I am very new to ServiceNow but I was thinking the following would be helpful: - Create / Delete Projects - Add / Remove Users to Projects I am thinking for anything more that we should just direct the user to the Horizon dashboard. What are your thoughts? Any hurdles I

Re: [Openstack] [openstack][neutron] patch applied?

2014-07-17 Thread Lars Kellogg-Stedman
On Fri, Jun 27, 2014 at 03:00:27PM +0100, Tiago Sousa wrote: > Do you have any idea how long it usually takes for a commit to pass from > review to merged? It really depends on the particular change. Small, high-quality patches for important problems are often merged quite quickly, while others c

Re: [Openstack] Single NIC deployment

2014-07-17 Thread Joe Harrison
If you only have one ethernet interface on the machines, there's a fairly simple solution. Create your bridge as usual (adding, for example the eth0 interface to it). Then, assign an IP address to the bridge interface itself rather than eth0 (since physical devices used in bridges aren't supposed

Re: [Openstack] Single NIC deployment

2014-07-17 Thread Robert Collins
On 18 July 2014 03:29, Gastón Keller wrote: > Hello, community. > > I'm working on a 3-node deployment (i.e., controller, network and > compute) of OpenStack Icehouse in CentOS 6.4, following the official > installation guide for CentOS found in openstack.org. > > These machines with which I'm wor

Re: [Openstack] Single NIC deployment

2014-07-17 Thread Remo Mattei
Just a quick additional node, if you do use ovs and you do not have ethx on your br-ex when using ovs-vsctl show it will not get an ip address. Remo On Jul 17, 2014, at 13:28, Robert Collins wrote: > On 18 July 2014 03:29, Gastón Keller wrote: >> Hello, community. >> >> I'm working on a

Re: [Openstack] [Sahara] Master-instance: Service hadoop-* not running

2014-07-17 Thread Dat Tran
Thank Sergey and Matthew, Matt, i follow the this instructions. Details step by step installation, configuration anh create cluster at: https://docs.google.com/document/d/1r1aYEQ-fugY8h3vbG5Wvk0FfVRUk_oDmaRDtpUiyK-0/edit When ssh to instance-master run: sudo su hadoop; cd ~; hadoop jar /usr/share

[Openstack] Introducing Re-Heat

2014-07-17 Thread Ayenson, Michael D.
Hello All, My name is Mika Ayenson and I have to privilege to intern at Johns Hopkins - Applied Physics Lab. I'm really excited to release the latest proof of concept "Re-Heat" Re-Heat is a JHUAPL developed tool for OpenStack users to help them quickly rebuild their OpenStack environments via