Re: [Openstack] how to forbid the instances communicating on the same host but different bridges and vlans?

2012-06-02 Thread Vishvananda Ishaya
You could tell dnsmasq to use your router as the gateway instead of the network host and then not allow routing across vlans. To use an external gateway use a config option like the following: dnsmasq_config_file=/path/to/config in that config file you can use: dhcp_option=3,ip of router to

Re: [Openstack] install cloud computing by openstack!!!

2012-06-02 Thread Từ Minh Mẫn
When I try to do tenant-create I also have problem: No handlers could be found for logger keystoneclient.client Unable to communicate with identity service: [Error 111] Connection refused. (HTTP 400) When I use command: keystone tenant-list, it have them same error! Please help me!!! Thanks so

Re: [Openstack] Volume creation stuck at status Creating

2012-06-02 Thread Sebastien HAN
Hi, Does the libvirt logs show something? On 31 mai 2012, at 16:27, John Griffith john.griff...@solidfire.com wrote: On Thu, May 31, 2012 at 5:58 AM, Alisson Soares Limeira Pontes apon...@cpqd.com.br wrote: Something changed in the nova-volume ubuntu packages instalation. I'd never

[Openstack] shall openstack use Openfiler(iscsi target) as volume service?

2012-06-02 Thread romi zhang
Hi, There is an question always trouble me ,shall openstack use Openfiler(iscsi target) as volume service? Openfiler is a free iscsi software base on centos use ietd to create iscsi target that can run on a standalone computer. I saw we can use volume_driver=nova.volume.driver.ISCSIDriver

Re: [Openstack] Not able to delete a running instance

2012-06-02 Thread Massimo Canonico
Hi, thanks for your reply. On 06/01/2012 06:54 PM, Vishvananda Ishaya wrote: it looks like you are running a very old version of openstack (perhaps diablo?), so it might be harder to figure out the problem. I have installed openstack on my fedora 16 by using this howto:

[Openstack] Can't ping instances in remote node .

2012-06-02 Thread tiến bùi minh
Hi, all. I have two nodes installation. Server1  runs  all the components of Nova, Glance,Keystone and Horizon (OpenStack Dashboard). Server2 runs only nova-compute. I am using FlatDHCP mode  with a single network interface per node. network config : auto lo iface lo inet loopback auto eth0

[Openstack] Quantum+Openvswitch: possible network configurations

2012-06-02 Thread Igor Laskovy
Hello all from sunny Kiev! I have lab with two nodes (controller and compute) and Quantum+Openvswitch setup. With which options in nova.conf I can configure just simply putting my instances into one network without providing any gw/nats, without setting any ip subnets and dhcp activities for this

Re: [Openstack] install cloud computing by openstack!!!

2012-06-02 Thread Dolph Mathews
Can you share your keystone configuration and keystoneclient configuration? A 400 could be as simple as the keystone service not running. -Dolph Mathews On Jun 2, 2012, at 1:48 AM, Từ Minh Mẫn tuminh...@gmail.com wrote: When I try to do tenant-create I also have problem: No handlers could

Re: [Openstack] [metering] nova volume notifications

2012-06-02 Thread Craig Vyvial
Tomasz, There are volume notifications being sent by the volume manger now in trunk. This is not in the Essex release. Here is a list of all the notifications that are currently being emitted by the managers. http://wiki.openstack.org/SystemUsageData Hope this helps. Thanks, -Craig On Fri,

Re: [Openstack] [metering] nova volume notifications

2012-06-02 Thread Tomasz Paszkowski
Great, many thanks. I'am still using essex as development base, it's time to change. , On Sat, Jun 2, 2012 at 6:11 PM, Craig Vyvial cp16...@gmail.com wrote: Tomasz, There are volume notifications being sent by the volume manger now in trunk. This is not in the Essex release. Here is a list of

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-06-02 Thread Igor Laskovy
Guys, I really confused about this. I have recreated nova.conf for a little another design, but issue could not configure /dev/net/tun: Operation not permitted during resuming instances is still present! I need just to clarify, that this happening if I will reboot/halt host after suspending

Re: [Openstack] install cloud computing by openstack!!!

2012-06-02 Thread Từ Minh Mẫn
Sorry, I check step by step from create database, and when I use command: sudo keystone-manage db_sync It have a error: 2003,Can't connect to MySQL server on '10.10.10.2 (101)) None None Please help me: Can I check this error? Thanks so much! On 2 June 2012 23:08, Dolph Mathews

Re: [Openstack] [Netstack] question on get_network_details api call

2012-06-02 Thread Dan Wendlandt
Hi Irena, Bob, Salvatore, Just catching up the thread, and looping the netstack and openstack lists in as well, as this info is general useful in my opinion. Our model with Quantum, like Nova, is that it is definitely ok to extend the content of a core object with additional attributes. These

Re: [Openstack] [Netstack] question on get_network_details api call

2012-06-02 Thread Irena Berezovsky
Dan, thank you very much for pointing to nova examples. Following these examples and also http://wiki.openstack.org/WritingRequestExtensions guidelines I understand how to add extension to nova, but still has questions how to add it to Quantum. Nova extensions make use of

Re: [Openstack] shall openstack use Openfiler(iscsi target) as volume service?

2012-06-02 Thread Vishvananda Ishaya
The default iscisi driver doesn't support CHAP. If you want to use chap credentials for iscsi, you will have to modify the existing driver or create a new one. for example, check out: nova/volume/san.py You simply need to write the provider location field with the chap credentials into the