Hi Nhan,
Instead of trying to use the cisco device to do the NAT'ing for you it
would probably be easiest to use the openstack neutron l3-agent to provide
this functionality for you.
Aaron
On Wed, Jul 16, 2014 at 8:55 AM, Nhan Cao wrote:
> sorry,
> can you tell me how to config switch cisco f
Hi,
Can you try the latest python-novaclient and see if you are still hitting
this issue? I vaguely remember seeing this bug at one time as well and it
getting fixed.
Aaron
On Thu, Jun 12, 2014 at 1:52 AM, 严超 wrote:
> Hi, All:
> I print *"nova --debug list "*, and got nothing return,
Hi,
Currently you are able to scale out the L3-agent to multiple boxes and map
different neutron networks to each l3-agent. Unfortunately this doesn't
allow you to scale out a specific network across multiple boxes. I know
there are some vendor plugins that do implement this type of scale out
thou
[Dropping dev list]
Are you using Neutron/Quantum? One guess I have is that the floatingip that
is assigned isn't being routed correctly from your physical infrastructure
to the l3 agent. Can you ping from the vm and then tcpdump on the external
interface of the l3-agent and check if the ping pac
Hi Liu,
If you created a new neutron database and used you're existing nova
database you would definitely lose the network interfaces on the
nova-compute side if you rebooted your instances. You should use the
original database and perform a db migration to upgrade to havana: see:
https://github.c
Looks like you're missing pbr. How did you install horizon? Doing pip
install pbr though should resolve your issue.
Aaron
On Fri, Nov 8, 2013 at 12:25 AM, Stephane EVEILLARD <
stephane.eveill...@gmail.com> wrote:
> Hi
>
> when trying to connect to my dashboard (havanna on centos 6.4), I got an
Hi Sam,
Unfortunately we do not support updating the allocation-pools on subnets at
this time. This is something that we should definitely fix though in
neutron.
Aaron
On Wed, Nov 6, 2013 at 10:46 PM, Sam Lee wrote:
> Hi All,
>
> I have created a subnet with 10 ips. But now I need m
http://docs.openstack.org/network-admin/admin/content/install_ubuntu.html
On Wed, Nov 6, 2013 at 2:25 AM, Jitendra Bhaskar wrote:
> can we have any clear docs to setup network node.
>
> --
> * Thanks & Regards *
> *Jitendra Kumar Bhaskar*
> Cell:- +91 7306311531
> :- +91 9989743042
>
>
>
; connection = mysql://
>> neutronUser:pofs4433...@controller-1.yourdomain.com/neutron
>> ---
>>
>> Aaron, your "nova.conf" that you pasted, IS your ovs_neutron_plugin.ini
>> ... Can you re-paste it, please?
>>
>> Tks!
>> Thiago
>>
>&
Hi Martinx,
can you confirm that firewall_driver is under the securitygroup section? I
can confirm that the following nova.conf and ovs_neutron_plugin.ini work
with security groups:
nova.conf http://codepad.org/vH3aIs8f
ovs_neutron_plugin.ini - http://codepad.org/vH3aIs8f
Aaron
On Mon, Oct 28
Hi Thiago,
Current, FWaaS only manages what's allowed in and out on router ports.
Security profiles are applied to instances ports directly.
FYI: The current FWaaS API is somewhat experimental and policy applies
globally to all the routers a tenant owns (i.e: no zone concept yet).
Aaron
On Mon
On Mon, Oct 21, 2013 at 11:52 PM, Martinx - ジェームズ wrote:
> James,
>
> I think I'm hitting this problem.
>
> I'm using "Per-Tenant Routers with Private Networks", GRE tunnels and
> L3+DHCP Network Node.
>
> The connectivity from behind my Instances is very slow. It takes an
> eternity to finish "a
Hi Thiago,
It would be interesting to see the throughput results using something like
iperf between (other vms on different Hypervisors, vms on the same
hypervisor and between a vm and the router namespace). This should help in
pin pointing the issue.
Aaron
On Tue, Oct 22, 2013 at 9:17 PM, Mar
Hi Leandro,
I don't believe the setting of: security_group_api=neutron in nova.conf
actually doesn't matter at all on the compute nodes (still good to set it
though). But it matters on the nova-api node. can you confirm that your
nova-api node has: security_group_api=neutron in it's nova.conf?
;> ERROR neutron.common.legacy [-] Skipping unknown group key:
>> firewall_driver
>> ---
>>
>> Can we do something about it?
>>
>> Cheers!
>> Thiago
>>
>>
>>
>> On 15 October 2013 17:36, Martinx - ジェームズ wrote:
>>
>>> Mmm...
Hi Geraint,
Most plugins don't support updating the network_type unfortunately. You
could probably get away with updating the network_type in the database.
That said if you are switching from gre to vlans you'll end up having
downtime so it probably makes more sense to write a script that recreate
ller Node", so, I did not finish my Havana cloud, mostly because I'm
> seeing this error in the controller, so, I did not proceed with Compute
> Nodes and etc...
>
> Anyway, I'll try again tonight to try to figure it out.
>
> Also, I'm seeing more people here
Hi Thiago,
I think this error MultipleAgentFoundByTypeHost is occurring because in
your setup multiple machines running the agents sharing the same hostname
"openstack-1" ? Is that possible?
Best,
Aaron
On Tue, Oct 15, 2013 at 12:34 PM, Martinx - ジェームズ wrote:
> Anne,
>
> Please, forgive me
Hi,
OVS can leverages QoS though linux's tc. Here's a tutorial that shows how
to use it:
http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/ .
Currently, only the nvp plugin exposes an extension to use this though.
There is some work going on to expose a QoS extension to OVS/ML2 pl
Hi Albert,
Are you sure this is happening. I'm positive that neutron's dhcp agent will
only hand out ip addresses for ports that it knows about and I'm sure
nova-network does the same as well.
Aaron
On Wed, Sep 25, 2013 at 12:17 PM, Albert Vonpupp wrote:
> Hello,
>
> I'm trying DevStack at the
It looks like the reason is do to, "Bad floatingip request: Port
is associated with a different tenant than Floating IP and
therefore cannot be found".
Aaron
On Mon, Sep 16, 2013 at 7:27 AM, Guilherme Russi wrote:
> Hello all, I'm facing problems when allocating floatingip to VMs, they
> thr
Looks like the request to glance timed out. Can you do glance image-list to
see if that is working?
Aaron
On Wed, Aug 21, 2013 at 6:16 AM, Zhengguang Ou wrote:
> Hi all,
> I have installed grizzly on ubuntu 13.04 and VMWare virtual machine, When
> I create a vm, I hava a problem.
> nova-compute
Hi Jake,
This patch implements that exact usecase:
https://review.openstack.org/#/c/38230/ . Hopefully, we'll get this in by
the end of the week.
Best,
Aaron
On Tue, Aug 20, 2013 at 7:47 PM, Jake G. wrote:
> Hi!
>
> I was wondering if it is possible to use a Virtual IP or VIP for
> clusterin
t; Is there any plan to have it included in the havana release, or even
> better patched in grizzly?
>
> Cheers,
>
> François
>
> On 08. 06. 13 11:40, Aaron Rosen wrote:
>
> Hi Daniel,
>
>
> That's for finding this! This is a bug. The code wasn't accounti
2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr
0.7.5 (/usr/lib/python2.7/dist-packages),
Requirement.parse('netaddr>=0.7.6'))
Try running: pip uninstall netaddr then ./unstack.sh ; ./stack.sh
On Mon, Aug 5, 2013 at 11:10 AM, Steve Sonnenberg wrote:
> Can anyone expl
On Thu, Aug 1, 2013 at 8:49 AM, Jiaan Zeng wrote:
> I am trying to install Openstack Grizzy with Quantum (OpenvSwitch
> plugin) networking in a single machine in the lab and encounter some
> problems. Everything works fine if I use nova-network. Below are my
> questions.
>
> 1) Which documents sh
If you're using neutron you won't see the network node come up (only if
you're using nova-network).
Aaron
On Thu, Aug 1, 2013 at 12:28 AM, wrote:
> Hi,
>
> ** **
>
> I do not see the Network node. But al other nodes are visible.
>
> ** **
>
>
>
> ** **
>
> Regards,
>
> Raghav
27 matches
Mail list logo