Re: [Openstack] No VNC configuration in Havana

2014-03-11 Thread Narayanan, Krishnaprasad
Hi, I am using Ubuntu 12.04. Regards, Krishnaprasad From: Remo Mattei [mailto:r...@italy1.com] Sent: Dienstag, 11. März 2014 02:44 To: Narayanan, Krishnaprasad Cc: Jitendra Bhaskar; openstack@lists.openstack.org Subject: Re: [Openstack] No VNC configuration in Havana What os are you running if

Re: [Openstack] swift recon query

2014-03-11 Thread Drudy, Gerry
Is the object-server running on the node and is it using port 6000 and does it have recon in the pipeline e.g. grep pipeline /etc/swift/object-server.conf [pipeline:main] pipeline = recon name_check object-serve Gerry From: pragya jain [mailto:prag_2...@yahoo.co.in] Sent: 11 March 2014 06:17 To

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
you might want to pastebin your logs rather than attaching screenshots of blank page :) On Tue, Mar 11, 2014 at 12:14 PM, pragya jain wrote: > hello all, > > I had installed django swiftbrowser on a VM of Ubuntu 12.04 desktop using > the link https://github.com/cschwede/django-swiftbrowser > >

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
hi krish  From where should I get the logs for the same? Thanks  Pragya Jain On Tuesday, 11 March 2014 3:04 PM, krish wrote: you might want to pastebin your logs rather than attaching screenshots of blank page :) > > > >On Tue, Mar 11, 2014 at 12:14 PM, pragya jain wrote: > >hello all,  >

Re: [Openstack] swift recon query

2014-03-11 Thread pragya jain
Hi Gerry, Object server is using port 6010 rather than 6000 I use the curl command curl -i http://127.0.0.1:6010/recon/mounted Now it is working. Very thankful for your help. Thanks again Pragya jain On Tuesday, 11 March 2014 2:59 PM, "Drudy, Gerry" wrote: Is the object-server running o

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
Run an ls -ltr in /var/log/ or /var/log/swift Check what corresponds to the same time as you try to login. Try tailing those logs or use less to open them and read through. Figure out :) May be you'll find the problem. On Tue, Mar 11, 2014 at 3:22 PM, pragya jain wrote: > hi krish > > From w

Re: [Openstack] No VNC configuration in Havana

2014-03-11 Thread Narayanan, Krishnaprasad
I verified the nova-consoleauth.log and found no errors. I am able to see only AUDIT, INFO and WARNING messages. In the log, I am able to see the host having 127.0.0.1 address rather the public IP. I don’t know whether this could be a problem. Kindly let me know your suggestion or hints to get

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
hi krish I am pasting the logs http://paste.openstack.org/show/73122/ Please help me understand where is the problem Thanks Pragya Jain On Tuesday, 11 March 2014 3:28 PM, krish wrote: Run an ls -ltr in  /var/log/  or /var/log/swift > > >Check what corresponds to the same time as you try

[Openstack] Why is Neutron OVS topology the way it is?

2014-03-11 Thread Dan Nanni
Hi, I was playing with OpenStack Neutron with OVS plugin. When I launch VMs, I noticed that there is a Linux bridge (qbrxxx) created for each VM, which is then connected to the OVS bridge (ovs-int). See the following. VM0 VM2 | | qbrXXXqb

Re: [Openstack] Why is Neutron OVS topology the way it is?

2014-03-11 Thread Michael Dorman
I believe this is so that security groups can be applied using iptables on those qbrXXX interfaces. At least that's how it works in our implementation under Havana. From: Dan Nanni mailto:xmod...@gmail.com>> Date: Tuesday, March 11, 2014 8:06 AM To: "openstack@lists.openstack.org

[Openstack] ceilometer-alarm

2014-03-11 Thread m.channappa.negalur
Hello every one , I am working on ceilometer-alarm configuration . when my cpu load increases > 30 how I will be notified ?. Below is details of my alarm. Please help me +---+--+ | Property

Re: [Openstack] Why is Neutron OVS topology the way it is?

2014-03-11 Thread Dan Nanni
Hi Michael, Thanks for your reply. You are right. I found that from the OpenStack documentation as well: "Ideally, the TAP device vnet0 would be connected directly to the integration bridge, br-int. Unfortunately, this isn't possible because of how OpenStack security groups are currently implem

Re: [Openstack] Why is Neutron OVS topology the way it is?

2014-03-11 Thread Robert van Leeuwen
> I was playing with OpenStack Neutron with OVS plugin. When I launch VMs, I > noticed that there is a Linux > bridge (qbrxxx) created for each VM, which is then connected to the OVS > bridge (ovs-int). See the following. > My question is, why couldn't VMs be directly connected to br-int (withou

Re: [Openstack] ceilometer-alarm

2014-03-11 Thread Eoghan Glynn
> > Hello every one , > > > > I am working on ceilometer-alarm configuration . when my cpu load increases > > 30 how I will be notified ?. > > Below is details of my alarm. Please help me > > > > > > > > +---+-

[Openstack] [openstack-dev] [horizon] Private flavors

2014-03-11 Thread Baldassin, Santiago B
Hi everyone, I'm writing to you because I notice that horizon is throwing an error when a private flavor is created and the current project is added within the flavor access list. The problem is that when a non-public project is created, nova adds the current project to the flavor access list.

[Openstack] neutron configuration problem

2014-03-11 Thread cheniour ghassen
Dear freinds, I am really stack in this error [ Connection to neutron failed: Maximum attempts reached ] when i execute the "neutron agent-list" command. And i get the following error [ connection refused errno 111 connection refused ] when i execute the "neutron net-create" command. The log f

[Openstack] Cinder error - No portal found

2014-03-11 Thread Narayanan, Krishnaprasad
Hallo all, I am trying to attach a volume to an instance using cinder in Havana and get an error which is pasted below. The following services are running on the controller node: cinder-api, cinder-scheduler, cinder-volume, tgt and services related to nova. In the compute node, the iscsi daemon

[Openstack] [Trove]Use an vanilla ubuntu image to create trove instances

2014-03-11 Thread Giuseppe Galeota
Dear all, I would realize this scenario. I have installed and configure Trove as root user, cloning trove into /root directory. So, The trove configuration files are under /root/trove/etc/trove directory. I have followed this guide: https://

Re: [Openstack] Cinder error - No portal found

2014-03-11 Thread John Griffith
On Tue, Mar 11, 2014 at 10:28 AM, Narayanan, Krishnaprasad < naray...@uni-mainz.de> wrote: > Suspect an issue with your config files, particularly the "-p :3260 in your trace is a problem. Verify your scsi_ip_address settings in cinder.conf and nova.conf Some additional tips can be found here

Re: [Openstack] Cinder error - No portal found

2014-03-11 Thread Narayanan, Krishnaprasad
Hi Thanks for your reply. The IP that I have set refers to one of the interfaces rather the management IP address. Can I know is there a way to obtain the management IP using the iSCSI commands? Regards, Krishnaprasad From: John Griffith [mailto:john.griff...@solidfire.com] Sent: Dienstag, 11.

[Openstack] Adding/Removing network interfaces from an instance

2014-03-11 Thread Ferreira, Rafael
Folks, what is the most elegant way to add/remove network interfaces from an instance? Cheers, - Rafael Founded in 2007, IO is a worldwide leader in software defined data center technology, services and solutions that enable businesses and governments to intelligently control their informa

Re: [Openstack] Adding/Removing network interfaces from an instance

2014-03-11 Thread Li, Chen
You can try : nova interface-attach --net-id nova interface-list nova interface-detach Thanks. -chen From: Ferreira, Rafael [mailto:r...@io.com] Sent: Wednesday, March 12, 2014 9:27 AM To: openstack@lists.openstack.org Subject: [Openstack] Adding/R

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread pragya jain
please somebody reply. On Tuesday, 11 March 2014 4:14 PM, pragya jain wrote: hi krish > >I am pasting the logs > >http://paste.openstack.org/show/73122/ > >Please help me understand where is the problem > >Thanks >Pragya Jain > > > > >On Tuesday, 11 March 2014 3:28 PM, krish wrote: > >Run

Re: [Openstack] problem in log in django swiftbrowser

2014-03-11 Thread krish
you pasted list of log files. Where is your swift logs? You need to investigate those logs first, understand what is going on and then paste relevant section of that logs (the one that happens when you try to login) onto pastebin. You missed my point by a mile :) Anyway, I dont see the swift log

[Openstack] The Dashboard not accessible

2014-03-11 Thread Mandar Khanolkar
Hello folks, I have configured controller, compute, network services on single host. I can start a VM and see it ACTIVE using nova list cmd. Next I installed dashboard and trying to access it where I am getting below error. Apache home page is accessible. But when i accesss http://myhost/dashboard

Re: [Openstack] neutron configuration problem

2014-03-11 Thread sylecn
Hi Ghassen, First I would check whether neutron api is running (status neturon-server), if it is, which port (netstat -ntlp) and IP it is configured to listen on. Then check how you register neutron endpoint in keystone. Are there any firewall blocking connection from client to keystone and from

[Openstack] [Rally] Failed run command "rally show images"

2014-03-11 Thread Li, Chen
Hi list, I have followed guide https://wiki.openstack.org/wiki/Rally/installation and https://wiki.openstack.org/wiki/Rally/HowTo Everything works file until I run command: rally show images I enabled debug in /etc/rally/rally.conf, and get: 2014-03-12 12:56:30.459 18999 DEBUG glanceclient.

Re: [Openstack] The Dashboard not accessible

2014-03-11 Thread sylecn
Hi Mandar, The import error means /usr/share/openstack-dashboard/ is not in python's sys.path. Did you install horizon from system package? Which distro and horizon version did you run? Paste the apache site file and horizon's wsgi file would be helpful to debug this problem. On ubuntu, apache s