[Openstack] Heat templates and Quantum resources

2013-02-05 Thread Simon Pasquier
Hi all, I have some questions regarding the integration of Quantum in Heat: - I haven't found a way to attach an instance resource to a Quantum port that already exists. Is it possible? - When I create a Quantum port in my template and binds the instance to that port, why does Heat still create an

[Openstack] [Nova] Unable to start nova-api

2013-02-05 Thread Trinath Somanchi
Hi- When I start the nova-api service, I’m getting this error: Can anyone help me troubleshoot the issue root@NewFolsomController:/etc/nova# nova-api --flagfile=/etc/nova/nova.conf 2013-02-05 12:29:29 DEBUG nova.utils [-] Inner Exception: No module named api from (pid=19874) import_class

Re: [Openstack] [Nova] Unable to start nova-api

2013-02-05 Thread Unmesh Gurjar
Trinath, You probably have a wrong config setting. Please check the value of 'network_api_class' in your nova.conf and confirm that the module with the specified class exists. The default value of this parameter is "nova.network.api.API", so you should expect class 'API' in nova/network/api.py of

Re: [Openstack] [Nova] Unable to start nova-api

2013-02-05 Thread Trinath Somanchi
Hi- Thanks a lot for the reply. it solved the issue. On Tue, Feb 5, 2013 at 3:47 PM, Unmesh Gurjar wrote: > Trinath, > > You probably have a wrong config setting. Please check the value of > 'network_api_class' in your nova.conf and confirm that the module with the > specified class exists.

[Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Hello friends, I am getting problem when I try to start a VM, it keeps ate Scheduling task and doesn't start the VM. It is happining after I made a apt-get update and apt-get upgrade. I really don't know what to do, anybody can help me, please? Thank you. Guilherme. ___

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Have you looked the compute.log file? You should really start from there. :D Also, if you really expect some help, you must provide some information. Search in the logs for clues, and if it can't help or you don't understand what you see, then send it along as well. Roni. No dia 5 de Fev de 2013

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Hello Roni, thank you for returning, I don't understand the logs yet, I'm working with that, but here is a piece of my nova-compute.log: 2013-02-05 10:11:07 11592 DEBUG nova.utils [-] Got semaphore "compute_resources" for method "update_available_resource"... inner /usr/lib/python2.7/dist-packag

[Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Antonio Tirri
Hi all, actually i'm trying to install OpenStack through DevStack script. Unfortunately the installation is not successful because the keystone service doesn't start. This is the log of the script: 2013-02-05 13:19:05 + SCREEN_NAME=stack 2013-02-05 13:19:05 + SCREENRC=/opt/stack/devstack/stack-sc

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Your logs contain no useful information related to your problem. You should send the piece of log that contains the information generated when you launched the vm. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.

[Openstack] Provider network problems

2013-02-05 Thread tra26
Third time is a charm, but is there a better list for these types of questions? I am trying to get multiple public ips working, I've tried multiple vifs but got stuck so I switched to possibly using a provider network and just patching the vms to the physical network (https://lists.launchpad.net/o

Re: [Openstack] NFS + RDMA == stuck at "Booting from hard disk"

2013-02-05 Thread Mark Lehrer
Has anyone here been able to make Openstack + KVM work with Infiniband & NFS-RDMA? I finally found the solution to this and wanted to pass it along. RDMA does not work with "cache=none". There is an auto-detect routine deep within the python code that is supposed to switch this to writeback,

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Pranav
I believe that you have broken your configuration files. Please do make sure that your nova confi files are proper. I had similar issue where in i had to change the libvirt option to QEMU because some KVM issue and the images started spawning. ___ Mailing

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
I found a solution, I guess, well, I droped the tables from quantum and create a network range again, and it worked again. Now I'm trying to figure out how to insert a floating IP to ssh and ping in my VMs. Do you have any ideas? I can login in the VM, but when I type sudo ifconfig -a it has no IP.

Re: [Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Adam Young
On 02/05/2013 08:00 AM, Antonio Tirri wrote: Hi all, actually i'm trying to install OpenStack through DevStack script. Unfortunately the installation is not successful because the keystone service doesn't start. This is the log of the script: 2013-02-05 13:19:05 + SCREEN_NAME=stack 2013-02-0

[Openstack] [OSSA 2013-003] Keystone denial of service through invalid token requests (CVE-2013-0247)

2013-02-05 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-003 CVE: CVE-2013-0247 Date: February 5, 2013 Title: Keystone denial of service through invalid token requests Reporter: Dan Prince (Red Hat) Products: Keystone Affects: All versions Description: Dan Prince of Red H

Re: [Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Antonio Tirri
Hi Adam, thanks for your answer. First of all, the full log of my script is here www.forumaltavilla.it/joomla/Documenti/log_devstack.txt It seems that there are some problems in managing user permissions. Even if I included the stack user in /etc/sudoers adding the following line stack ALL=(ALL)

[Openstack] Unable to start swift proxy service

2013-02-05 Thread Guillaume Hilt
Hello, I installed swift on Ubuntu 12.04 AMD64 following this howto: http://docs.openstack.org/developer/swift/howto_installmultinode.html However, although the storage nodes work fine, I can't start the proxy node : Feb 5 18:00:06 srv13 proxy-server UNCAUGHT EXCEPTION Traceback (most recent

Re: [Openstack] [OpenStack] Keystone did not start - DevStack Installation

2013-02-05 Thread Adam Young
You probably created /opt/stack/keystone/keystone.log as root at one point. Either delete it, or chown it to the stack user. On 02/05/2013 12:05 PM, Antonio Tirri wrote: Hi Adam, thanks for your answer. First of all, the full log of my script is here www.forumaltavilla.it/joomla/Documenti/log

[Openstack] Help with VMs

2013-02-05 Thread Harvey West
Not used openstack or this email forum before. Have installed openstack on unbuntu 12.4.1 LTS. Seems to work with the default  unbuntu VM image. How do I create a new image. I would to create a FreeBSS VM instance. Is this possible? Harvey___ Mailing

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Guilherme Russi
Guys, I'm trying to create the network to connect my VMs, but they don't receive the IP, my network configs in the controller node is: # eth1 - link external with the internet address 10.3.77.51 # eth0 - link internal to connect the compute nodes address 192.168.3.1 And i

Re: [Openstack] Unable to start swift proxy service

2013-02-05 Thread Samuel Merritt
On 2/5/13 9:04 AM, Guillaume Hilt wrote: Hello, I installed swift on Ubuntu 12.04 AMD64 following this howto: http://docs.openstack.org/developer/swift/howto_installmultinode.html However, although the storage nodes work fine, I can't start the proxy node : Feb 5 18:00:06 srv13 proxy-server UN

Re: [Openstack] Help with VMs

2013-02-05 Thread Lloyd Dewolf
On Tue, Feb 5, 2013 at 10:19 AM, Harvey West wrote: > Not used openstack or this email forum before. > > Have installed openstack on unbuntu 12.4.1 LTS. Seems to work with the > default unbuntu VM image. > > How do I create a new image. I would to create a FreeBSS VM instance. Is > this possible?

[Openstack] Installing OpenStack Essex (2012.1) on Ubuntu 12.04 ("Precise Pangolin") ›

2013-02-05 Thread Esteban Arias
I created the vm and deployed however the status shows error, I included my network configuration, and I know is not enough to diagnose however any help on where to look would be more than welcome. root@ubuntu-server-openstack:/home/esarias# nova --os_username=admin --os_password=hastexo --os

Re: [Openstack] Heat templates and Quantum resources

2013-02-05 Thread Steve Baker
Hi Simon There is an existing Launchpad bug for this issue: https://bugs.launchpad.net/heat/+bug/1096013 I've added your email to the comments. I'll most likely be working on this area next so I'll let you know when there is a change in the current behavior. cheers On 02/05/2013 10:40 PM, Simo

[Openstack] How the linux bridge work in Quantum

2013-02-05 Thread Lei Zhang
Hi all, I am learning the Quantum project. But I am confused about the whole architecture. Is there any article to explain how the package flow in the network model, which will help me to debug the network issue. For example, how the ping package flow from the VMs to the external internet? -- Lei

Re: [Openstack] How the linux bridge work in Quantum

2013-02-05 Thread Lei Zhang
Directly, here is the issue I meet. I start a all-in-one openstack Folsom with Quantum network( using linux bridge plugin) - First I can not ping outside of the host. Following is the network setting. I think this should be work. But I can ping 10.10.0.1(gate way) in the host - Second

Re: [Openstack] How the linux bridge work in Quantum

2013-02-05 Thread Lei Zhang
I am following the steps from http://d.hatena.ne.jp/enakai00/20121118/1353226066 On Wed, Feb 6, 2013 at 2:36 PM, Lei Zhang wrote: > Directly, here is the issue I meet. > > I start a all-in-one openstack Folsom with Quantum network( using linux > bridge plugin) > >- First I can not ping out

[Openstack] [Quantum] Unable to install Quantum DHCP and L3 agents

2013-02-05 Thread Trinath Somanchi
Hi- When I install Quantum DHCP and L3 agents. I get this error root@NewFolsomController:~# apt-get install quantum-plugin-openvswitch-agent quantum-dhcp-agent quantum-l3-agent Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package q

Re: [Openstack] [Quantum] Unable to install Quantum DHCP and L3 agents

2013-02-05 Thread Veera Reddy
Hi Trinath, Before installing folsom To Below Step Edit */etc/apt/sources.list.d/cloud-archive.list *: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main Upgrade the system (and reboot if you need) : apt-get update && apt-get upgrade Regards, Veera. On Wed,

Re: [Openstack] [Quantum] Unable to install Quantum DHCP and L3 agents

2013-02-05 Thread Martinx - ジェームズ
Before run apt-get update, run "apt-get install ubuntu-cloud-keyring" On 6 February 2013 05:06, Veera Reddy wrote: > Hi Trinath, > > Before installing folsom > > To Below Step > > Edit */etc/apt/sources.list.d/cloud-archive.list *: > > deb http://ubuntu-cloud.archive.canonical.com/ubuntuprecise-

Re: [Openstack] [Quantum] Unable to install Quantum DHCP and L3 agents

2013-02-05 Thread Atul Jha
Trinath Hi- When I install Quantum DHCP and L3 agents. I get this error root@NewFolsomController:~# apt-get install quantum-plugin-openvswitch-agent quantum-dhcp-agent quantum-l3-agent Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to loca