Re: [Openstack] Glance and Nova image-list problems (folsom)

2013-03-27 Thread tra26
It seems that while the glance-api.conf file had flavor=keystone the registry file was missing the entry. Thanks guys. -Trevor Adams Hi, On Mon, 25 Mar 2013 21:33:56 + Yaguang heut2...@gmail.com wrote: this is duo to your glance doesn't use keystone as auth strategy. I guess so.

[Openstack] Glance and Nova image-list problems (folsom)

2013-03-22 Thread tra26
Hey, So glance and nova are returning different results when it comes to images and snapshots. glance image-list is not returning my private images while nova image-list returns everyone's private images to everyone. As a result it seems that horizon won't show any snapshots unless they are

[Openstack] Libvirt with no dhcp on a vif

2013-03-20 Thread tra26
Hi, I have a port that has two ip addresses on different subnets for the same network. The network is a flat provider network and if I try to boot an instance using this port I get the following error in my nova-compute logs: 2013-03-20 22:03:15 45647 TRACE nova.openstack.common.rpc.amqp

Re: [Openstack] Provider networks and manual ip management

2013-02-13 Thread tra26
Alright so the proposed patch (on the abandoned review) doesn't fix the problem either, so I guess I take a look at Grizzly. If I were to want to test this out is Grizzly is the best option to just grab the code from git and deploy it that way or is there a snapshot that passes the tests?

Re: [Openstack] Provider networks and manual ip management

2013-02-11 Thread tra26
Salvatore, Thanks for your reply, ok that makes sense. I tried to create the network without a subnet and as the bug (https://bugs.launchpad.net/nova/+bug/1039665) lists it brings it up with no vif. I will just put a shim in or something and see if that solves my problem (assign a random ip)

Re: [Openstack] Provider networks and manual ip management

2013-02-08 Thread tra26
Anyone? Thanks, -Trevor Again, is there a better place to ask these types of questions? I am trying to get a provider network working where I have full control of the ip allocations. What I need is to be able to have 2 (or more public ip addresses, or really to our private network). I know

[Openstack] Provider networks and manual ip management

2013-02-07 Thread tra26
Again, is there a better place to ask these types of questions? I am trying to get a provider network working where I have full control of the ip allocations. What I need is to be able to have 2 (or more public ip addresses, or really to our private network). I know this can't be done with

[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

[Openstack] Multiple public ips with Quantum

2013-01-31 Thread tra26
Hello, I am trying to implement a scenario where a group of instances have multiple public ips each on the same network. Reasons for this are legacy related, other tenants should operate like with regular floating ips. I've tried to create multiple vifs on an instance with the same network, but

[Openstack] Folsom/Quantum Multiple floating ips on a single instance

2013-01-24 Thread tra26
Hello, Since it is not possible to have multiple floating ips on a single quantum port, is it possible to have multiple ports on a single instance that are on the same network: vif x is on network flatnet vif y is also on network flatnet instance has both vif x and vif y attached, allowing