It is https://bugs.launchpad.net/neutron/+bug/1091605
The patch fixes the above bug introduces another bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1010941
On Thu, Nov 21, 2013 at 2:18 PM, Jean-Daniel BUSSY <
silversurfer...@gmail.com> wrote:
> Nice! Thanks Thiago for the details.
> Looks l
Hi Stackers-
While Launching the instance, I get the following error in nova-compute
(Openstack Havana) log.
==> /var/log/nova/nova-compute.log <==
2013-11-21 13:27:04.475 12473 ERROR nova.virt.libvirt.driver [-] [instance:
4a30c9f6-79fb-4146-a52e-59079d44f58b] During wait destroy, instance dis
There is also a tool from www.mysql.com called Workbench:
http://www.mysql.com/products/workbench/ There is a free version and a
commercial edition.
.a.
On Mon, Nov 18, 2013 at 3:46 AM, wu jiang wrote:
> Hi Nick,
>
> If you want to see the relations of db structure (like nova), you can use
> Nav
Hi-
Nova.conf is as below.
[DEFAULT]
#Ceilometer-Agent-Compute
instance_usage_audit=True
instance_usage_audit_period=hour
notify_on_state_change=vm_and_task_state
notification_driver=nova.openstack.common.notifier.rpc_notifier
notification_driver=ceilometer.compute.nova_notifier
network_api_cla
Hi Trinath,
It looks like your vif_type is not correct. Would u plz paste your
nova.conf on?
Thx.
On Thu, Nov 21, 2013 at 3:52 PM, Trinath Somanchi <
trinath.soman...@freescale.com> wrote:
> Hi Stackers-
>
>
>
> While Launching the instance, I get the following error in nova-compute
> (Op
it seems vif_type not correct, paste ur nova.conf. Remember to ommit
passwords in that file if you have.
On Thu, Nov 21, 2013 at 9:58 AM, wu jiang wrote:
> Hi Trinath,
>
> It looks like your vif_type is not correct. Would u plz paste your
> nova.conf on?
>
> Thx.
>
>
> On Thu, Nov 21, 201
Thanks Ladislav,
I`ll give it a try with MongoDB and will update if I`ll succeed with similar
configuration.
Cheers,
NM
--
Nick Maslov
Sent with Airmail
On November 20, 2013 at 1:14:13 PM, Ladislav Smola (lsm...@redhat.com) wrote:
Yes, I do see it in the chart. Tables shows data for me too,
I think this needs to be fixed in the Ubuntu packaging. Neutron-ovs-cleanup
needs to run after openvswitch-switch starts and before nova-compute starts.
But care needs to be taken for the case where neutron-dhcp-agent and/or
neutron-l3-agent also runs on a node with nova-compute. Cleanup should
Hallo all,
I am trying to attach a volume to an instance in my ESSEX Cloud. I was able to
create a volume successfully but when I attached it to an instance, I see that
the status is in "Attaching" state for a long time. On the compute node, I
could see the "iscsitgtadm -m session" returning a
Hello,
Since there is only one neutron control in the VNET, and all traffic are
going through the control node, it has become a bottleneck for the whole
network. Given the case we have only 1Gb networking. I also didn't see
there is a cluster setup for neutron control. So how to improve this?
Hi All,
Havana setup with three nodes(network,compute and controller) is working
perfectly. I am able to launch instances and to access using floating ip.
But I am unable to access console in browser. Below is vnc configuration
in nova.conf file .
Controller:
nova.conf
# novnc
novncproxy_port=6
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
I submitted a bug against Ubuntu packaging for this a couple of weeks ago:
https://bugs.launchpad.net/cloud-archive/+bug/1249708
Lorin
On Thu, Nov 21, 2013 at 5:42 AM, Darragh O'Reilly <
dara2002-openst...@yahoo.com> wrote:
>
> I think this needs to be fixed in the Ubuntu packaging.
> Neutron-
Hi,
Are you using the stable grizzly code? If so then can you please clarify if you
have set vnc_password
(https://github.com/openstack/nova/blob/stable/grizzly/nova/virt/vmwareapi/driver.py#L102).
In this version the vmc_password needs to be configured.
Thanks
Gary
From: Yaguang Tang mailto:he
I could find traces of INFO about the volume creation in the nova-compute.log,
nova-volume.log and nova-api.log but I couldn't find any ERROR.
Using the CLI (nova volume-list), I see the status as "attaching".
-Original Message-
From: Razique Mahroua [mailto:razique.mahr...@gmail.com]
Se
Hi Carlos,
We are working on this issue and will keep you informed.
Thanks,
Xing
From: Carlos Alvarez [mailto:cbalva...@gmail.com]
Sent: Monday, November 18, 2013 1:19 PM
To: openstack@lists.openstack.org
Subject: [Openstack] multipath - EMC vs NetApp
Hi All.
I recently added a EMC V-Max stor
ok if you are SURE that there is not a single trace in nova-compute.log;
then check nova-api on the controller, you'll see the volume creation
request there.
Have you tried with the CLI?
- Razique
On 21 Nov 2013, at 6:19, Narayanan, Krishnaprasad wrote:
I am using OpenStack ESSEX and use the
I am using OpenStack ESSEX and use the nova-volume service. Neither I couldn't
find any error from the nova-volume.log nor from the libvirtd.log on the
compute node.
Does this require any tags in the nova.conf of the compute node?
-Original Message-
From: Razique Mahroua [mailto:razique
On 31/10/13 02:02, Martinx - ジェームズ wrote:
Hello Stackers! =)
I'm following this doc:
http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html
Commands ok:
On heat server:
heat-manage db_sync # OK
On controller:
keystone user-create --name=heat --pass=Heat_P
Good day.
I've successfully install and configure baremetall copy of openstack (1
compute, 1 controller and 1 neutron server).
But then I was asked to repeat configuration under virtual box (with
software qemu as hypervisor). It working mostly, but I completely stuck
with neutron internal ne
For testing purposes, I created a new volume of size 1 GB and attached it to an
instance. I could now see the status “In Use” in the GUI. Also in the VM, I did
a sudo fdisk –l to see a new volume mounted on /dev/vdc. I then detached the
volume again, the status message was detached but in the vo
Hi Narayan,
If you are able to create volume successfully. Then please share
nova-compute.log when you are trying to attach the volume.
Regards
*Jitendra Bhaskar*
On Thu, Nov 21, 2013 at 4:12 PM, Narayanan, Krishnaprasad <
naray...@uni-mainz.de> wrote:
> Hallo all,
>
>
>
> I am trying to
On 11/21/2013 10:15 AM, YunQiang Su wrote:
On Thu, Nov 21, 2013 at 9:48 PM, Chuck Short wrote:
Hi
On Wed, Nov 20, 2013 at 7:33 PM, Martinx - ジェームズ
wrote:
Guys,
I'm a "Ubuntu evangelist", my entire family uses Ubuntu!
But, I trying to understand one thing:
1- Why OpenStack packages for
Tks YunQiang and Chuck!
I see why Ubuntu packages doesn't have automation... I'm using it here with
Chef and the Cookbooks does everything on its side...
No flame war Jay... lol
Best!
Thiago
On 21 November 2013 18:32, Jay Pipes wrote:
> On 11/21/2013 10:15 AM, YunQiang Su wrote:
>
>> On Thu,
I started using OpenStack the other day using RDO and was able to get it
working. One thing I notice is the Horizon interface doesn't display
error or troubleshooting information. For example, I am having problems
booting an instance of Fedora 19. Horizon only says "Error" with no
visibility into w
Hi,
Yes, Yaguang you are correct. The console output is not supported. In Havana we
added a log message to indicate that it is not support. There are changes
proposed in Icehosue to say that this is not supported.
Thanks
Gary
From: Yaguang Tang mailto:heut2...@gmail.com>>
Reply-To: "heut2...@gma
Hello guys!
I'm using mongodb, I followed the Havana docs for Ubuntu but, my Ceilometer
still receives nothing... No data, no charts...
I'll try this month, the Ceilometer from Private Cloud Chef Cookbooks from
Rackspace, to compare both setups.
Let me know if it works for you now.
Tks!
Thiago
Guys,
I got the problem. Actually my vnc config was under [database] section,
ideally it should be under [default] section. Please mark as resolved.
Regards
*Jitendra Bhaskar*
On Thu, Nov 21, 2013 at 5:18 PM, Jitendra Kumar Bhaskar <
jitendr...@pramati.com> wrote:
> Hi All,
>
> Havana setu
On Thu, Nov 21, 2013 at 9:48 PM, Chuck Short wrote:
> Hi
>
>
> On Wed, Nov 20, 2013 at 7:33 PM, Martinx - ジェ�`ムズ
> wrote:
>>
>> Guys,
>>
>> I'm a "Ubuntu evangelist", my entire family uses Ubuntu!
>>
>> But, I trying to understand one thing:
>>
>>
>> 1- Why OpenStack packages for Ubuntu is very "
Grizzly openstack doesn't support vnc console with ESX driver.
2013年11月21日 下午9:43于 "Rajshree Thorat" 写道:
> Hi All,
>
> I have configured OpenStack Grizzly to control ESX hypervisor. I can
> successfully launch instances but unable to see its console using VNC.
>
> Following is my configuration.
>
I am trying to use xen with Ceph and openstack using the devstack package.
I am slowly wacking my way through things and have noticed a few issues.
1. openstack expects to be running in a domU and generates error
messages even if xenapi_check_host is false. I am not sure if this
causes o
Hi All,
I have configured OpenStack Grizzly to control ESX hypervisor. I can
successfully launch instances but unable to see its console using VNC.
Following is my configuration.
***Compute node :
nova.conf for vnc:
vnc_enabled = true
novncproxy_base_url=http://public_ip_of_controller:6080/
The particular case you are asking about is based on an AJAX call in a table
where the state of the instance is being polled. The call completes
successfully and the state of the instance is Error. In Icehouse, code has
been merged into Horizon to try and provide some greater error details. T
If you are using Cinder,
check into cinder-volume/ cinder-api as well.
You can also check /var/log/libvirt/libvirtd.log on the compute node!
- Razique
On 21 Nov 2013, at 5:00, Jitendra Kumar Bhaskar wrote:
Hi Narayan,
If you are able to create volume successfully. Then please share
nova-compu
Now as I know have two reason cause the error
1: flavor, the flavor is small than image. so you can change the flavor
2: rdo bug, if you use mutil node, you would found the compute node vm
would show error. the reason is the compute node can not find the neutron.
solve the problem, you need add o
Can you please run in debug mode and try to trace the log.
Regards
*Jitendra Bhaskar*
On Thu, Nov 21, 2013 at 7:53 PM, Narayanan, Krishnaprasad <
naray...@uni-mainz.de> wrote:
> I could find traces of INFO about the volume creation in the
> nova-compute.log, nova-volume.log and nova-api.log
Hi
On Wed, Nov 20, 2013 at 7:33 PM, Martinx - ジェームズ
wrote:
> Guys,
>
> I'm a "Ubuntu evangelist", my entire family uses Ubuntu!
>
> But, I trying to understand one thing:
>
>
> 1- Why OpenStack packages for Ubuntu is very "manual intensive", while on
> Debian it is fully automated (with dbconfig
2013年11月21日 下午10:02于 "Yaguang Tang" 写道:
>
> Grizzly openstack doesn't support vnc console with ESX driver.
sorry, i mean vnc console log is not supported.
>
> 2013年11月21日 下午9:43于 "Rajshree Thorat" 写道:
>
>> Hi All,
>>
>> I have configured OpenStack Grizzly to control ESX hypervisor. I can
successf
Probably a good call :P.
Depends on what you're looking for. There's no right answer that applies to
everyone.
On Thu, Nov 21, 2013 at 4:32 PM, Jay Pipes wrote:
> On 11/21/2013 10:15 AM, YunQiang Su wrote:
>
>> On Thu, Nov 21, 2013 at 9:48 PM, Chuck Short
>> wrote:
>>
>>> Hi
>>>
>>>
>>> On We
All,
This month, docs reaches 500 bugs, making it the 2nd-largest project by
bug count in all of OpenStack. Yes, it beats Cinder, Horizon, Swift,
Keystone and Glance, and will soon surpass Neutron.
In order to start the new year in a slightly better state, we have
arranged a bug squash day:
Hello
The Sacramento OpenStack Users Group has scheduled its first meet up
on December 12th from 7pm to 8pm in the meeting room of the Carmichael
Library, 5605 Marconi Ave, Carmichael, CA.
Hope to see you there!
Meetup group:
http://www.meetup.com/OpenStack-Sacramento/events/151957752/
Best Reg
hi:
I notice that there are two chains, neutron-l3-agent-OUTPUT and
neutron-l3-agent-PREROUTING, in neutron namespace iptables, both of which
are the same except for the first redirect rule:
I wonder why we need DNATs in the neutron-l3-agent-OUTPUT chain, are not
the rules in neutron-l3-agent-PRE
Welcome :)
Do be sure to add your details to the Wiki:
https://wiki.openstack.org/wiki/OpenStackUserGroups
There are also some hints at:
https://wiki.openstack.org/wiki/OpenStackUserGroups/HowTo
and you're also lucky enough to have a couple of our OpenStack
Ambassadors nearby - Sean and Coli
the pre route has noting to do with going out. Packets travel from PRE to
POST. So the OUTPUT are rules allowing the package to go out. POSTROUTING and
PREROUTING are part of the nat module. Default rules in iptables are
INPUT,FORWARD and OUTPUT. the nat (PREROUTING, POSTROUTING) hope this help
just one more thing to add,
DNAT just says if a machine with an ip of 192. it will be recognized as
100.0.0.14 seems like you have floating ip address associated with them.
--
Remo Mattei
On November 21, 2013 at 20:33:39, Liu Wenmao (marvel...@gmail.com) wrote:
hi:
I notice that there
45 matches
Mail list logo