Re: [Openstack] Horizon OpenStack Dashboard RC1 on Ubuntu 12.04 B1 -can't get it working

2012-03-21 Thread George Mihaiescu
Hi Kevin, Change these lines in "/etc/openstack-dashboard/local_settings.py" and it should fix the issue of being kicked off from Dashboard after logging in: #CACHE_BACKEND = 'locmem://' CACHE_BACKEND = 'dummy://' SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db' Georg

Re: [Openstack] Cannot get ssh-key in instance

2012-05-10 Thread George Mihaiescu
Hi, First, check if nova-api is running on the host where your nova-network runs (same as nova-compute if using a multi_host=true setup). Second, using the console of the instance check if your instance can access the API service by doing a: GET http://169.254.169.254/latest/meta-data/public-

Re: [Openstack] Install Your Own OpenStack Cloud - Essex Edition

2012-05-15 Thread George Mihaiescu
Hi Eric, First of all, thanks for this great documentation. I was curious how did you get the "Region" drop-down list to show up in Dashboard (page 22)? Do you need to create multiple regions for this, and if yes, could you please elaborate on how you did this? Thank you, George

Re: [Openstack] nova network external gateway

2012-05-18 Thread George Mihaiescu
You can try the solution proposed by Vish on February 23, 2012. Put the flag and the config file on the nodes with nova-network as they have dnsmasq running: " Then you can use --dnsmasq_config_file=/path/to/config in that config file you can use: dhcp_opiton=3, to force vms to use your

Re: [Openstack] [OpenStack][Nova]Problems and questions regarding network and/or routing

2012-09-05 Thread George Mihaiescu
Hi Leander, Make sure you have ip forward enabled on the nova-compute nodes (that now act as nova-network as well). Second, each nova-network acts as a gateway for each project and it needs an IP address, so probably this explains the "phantom" 10.0.108.4, 10.0.108.6, 10.0.108.8 and 10.0.10

Re: [Openstack] [OpenStack][Nova]Problems and questions regarding network and/or routing

2012-09-05 Thread George Mihaiescu
Beernaert [mailto:leande...@gmail.com] Sent: Wednesday, September 05, 2012 11:26 AM To: George Mihaiescu Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [OpenStack][Nova]Problems and questions regarding network and/or routing Do i also need ip_forward enabled on the controller node

Re: [Openstack] overLimitFault error

2012-09-19 Thread George Mihaiescu
Hi Lucian, Check the following doc that describes how to adjust the API limits: http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-compute-API.html George From: openstack-bounces+george.mihaiescu=q9@lists.launchpad.net

Re: [Openstack] understanding ephemeral and persistant volumes

2012-02-28 Thread George Mihaiescu
When you ask Nova to boot a VM, nova-compute will connect to Glance and "GET" the image file from Glance and save it on the its local filesystem in "/var/lib/nova/instances/_base". If Glance is set to use Swift as its backend storage, then Glance will get that file from Swift (through the Proxy

Re: [Openstack] understanding ephemeral and persistant volumes

2012-02-28 Thread George Mihaiescu
: Tuesday, February 28, 2012 4:00 PM To: George Mihaiescu Cc: Michaƫl Van de Borne; openstack@lists.launchpad.net Subject: Re: [Openstack] understanding ephemeral and persistant volumes On Feb 28, 2012, at 1:03 PM, George Mihaiescu wrote: So by default the disk of an instance is basically

Re: [Openstack] [OpenStack][Glance] Uploading image to glancereports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread George Mihaiescu
If you look at the devstack example (http://devstack.org/functions.html) you can see that the kernel and ramdisk are now passed with the "--property" in front of them. Same info is provided by the help: root@ubuntu:~/glance/python-glanceclient# glance help image-create | tail -5 --is-p

Re: [Openstack] [essex vlan]cannot ping vm on other compute node

2013-02-27 Thread George Mihaiescu
Try these commands: Conf term Vlan 105 State active George -Original Message- From: openstack-bounces+george.mihaiescu=q9@lists.launchpad.net [mailto:openstack-bounces+george.mihaiescu=q9@lists.launchpad.net] On Behalf Of Ajiva Fan Sent: Wednesday, February 27, 2013 5:23 AM