Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-20 Thread Martinx - ジェームズ
Ah! Okay! Tks!!! On 21 March 2013 02:43, Sandeep Raman wrote: > Please remember the bug link i provided in another email. It seems to be a > packaging bug. The Ubuntu theme with COMPRESS section disabled [per the bug > response] works. > > I'm currently installing RC1 bits on Raring. I'll post

Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-20 Thread Sandeep Raman
Please remember the bug link i provided in another email. It seems to be a packaging bug. The Ubuntu theme with COMPRESS section disabled [per the bug response] works. I'm currently installing RC1 bits on Raring. I'll post back the experience with dashboard. On Thu, Mar 21, 2013 at 10:51 AM, Mart

Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-20 Thread Martinx - ジェームズ
Oops! I just did: aptitude purge openstack-dashboard-ubuntu-theme #2013.1+git201303201651~precise-0ubuntu1 ..and the "Internal Server Error" message disapear... But, Dashboard still doesn't work... A new error page appear now: --- Something went wrong! An unexpected error has occurred. Try r

[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 libvirt

Re: [Openstack] [Quantum] Need suggestion on networking

2013-03-20 Thread Dan Wendlandt
if you want private networks, but also to give VMs public IPs, you will want to create one or more private networks + subnets, create a router, uplink each subnet to the router, create an external network + subnet using your public IPs, and then allocate a floating ip for each VM that needs a publi

Re: [Openstack] One Openstack attached to many existing networks?

2013-03-20 Thread Dan Wendlandt
On Tue, Mar 19, 2013 at 9:02 AM, Markku Tavasti wrote: > Hi! > > We are trying to create setup where one opestack cluster is connected to > many existing networks. Networks are each assigned to some specific > customer, and every network can have different ip range available. > > For example; >

Re: [Openstack] [Openstack-operators] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-20 Thread Dan Wendlandt
On Wed, Mar 20, 2013 at 3:51 PM, Martinx - ジェームズ wrote: > Hi! > > I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the > guide I wrote: > > Ultimate OpenStack Grizzly > Guide > > It covers: > > * Ubuntu 12.04.2 > * Ba

[Openstack] Dashboard gone - Internal Server Error

2013-03-20 Thread Martinx - ジェームズ
Guys, Of of nothing, my Dashboard (1:2013.1+git201303201651~precise-0ubuntu1) gives "Internal Server Error". Apache error.log contains: http://paste.openstack.org/show/34196/ I'm running: cd /usr/share/openstack-dashboard python manage.py compress service apache2 restart ...but the pr

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-20 Thread Martinx - ジェームズ
1 problem fixed with: visudo --- quantum ALL=NOPASSWD: ALL cinder ALL=NOPASSWD: ALL nova ALL=NOPASSWD: ALL --- Guide updated... On 20 March 2013 19:51, Martinx - ジェームズ wrote: > Hi! > > I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the > guide I wrote: > > Ultimate Op

Re: [Openstack] Grizzly G3+RC1 - Quantum DHCP problem...

2013-03-20 Thread Martinx - ジェームズ
Doesn't work but, now it is working better, no more errors at dhcp-agent.log, I did: visudo --- quantum ALL=NOPASSWD: ALL cinder ALL=NOPASSWD: ALL nova ALL=NOPASSWD: ALL --- Something goes wrong I enable `includedir /etc/sudoers.d' within `/etc/sudores'... I don't know if it is related but, my

[Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-20 Thread Martinx - ジェームズ
Hi! I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the guide I wrote: Ultimate OpenStack Grizzly Guide It covers: * Ubuntu 12.04.2 * Basic Ubuntu setup * KVM * OpenvSwitch * Name Resolution for OpenStack compon

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Russell Bryant
On 03/20/2013 04:43 PM, Lorin Hochstein wrote: > iptables -D POSTROUTING -t mangle -p udp --dport 68 -j CHECKSUM > --checksum-fill Are you *sure* this rule was applied to the traffic in question? It really sounds like you were hitting this issue ... -- Russell Bryant __

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Lorin Hochstein
On Wed, Mar 20, 2013 at 4:15 PM, Nathanael Burton < nathanael.i.bur...@gmail.com> wrote: > On Wed, Mar 20, 2013 at 3:51 PM, Lorin Hochstein > wrote: > >> I'm doing a Folsom deployment with FlatDHCP (not multihost). >> >> When I try to boot a quantal image, the instance doesn't pick up the DHCP >>

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Nathanael Burton
On Wed, Mar 20, 2013 at 3:51 PM, Lorin Hochstein wrote: > I'm doing a Folsom deployment with FlatDHCP (not multihost). > > When I try to boot a quantal image, the instance doesn't pick up the DHCP > lease. I've confirmed that dnsmasq is sending out the DHCPOFFER, and I can > see by tcpdump on the

[Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Lorin Hochstein
I'm doing a Folsom deployment with FlatDHCP (not multihost). When I try to boot a quantal image, the instance doesn't pick up the DHCP lease. I've confirmed that dnsmasq is sending out the DHCPOFFER, and I can see by tcpdump on the compute host that the DHCP packets are making it to the vnet0 inte

Re: [Openstack] Grizzly G3+RC1 - Quantum DHCP problem...

2013-03-20 Thread Leandro Reox
What about adding: Defaults:ALL !requiretty in /etc/sudoers? Just to check Cheers On Wed, Mar 20, 2013 at 3:54 PM, Martinx - ジェームズ wrote: > Leandro! > > > My /etc/sudoers: > --- > # > # This file MUST be edited with the 'visudo' command as root. > # > # Please consider adding local content i

Re: [Openstack] On Grizzly PPA testing, the package nova-novncproxy conflicts with novnc

2013-03-20 Thread Chuck Short
Please open up a bug in launchpad. Thanks chuck On 13-03-20 03:13 PM, Martinx - ジェームズ wrote: Guys, The nova-novncproxy `1:2013.1+git201303201334~precise-0ubuntu1' still conflicts with `novnc_2012.1~e3+dfsg+1-2_amd64.deb'. I'm trying Grizzly from PPA on top of Ubuntu 12.04.2. Look (trying

Re: [Openstack] On Grizzly PPA testing, the package nova-novncproxy conflicts with novnc

2013-03-20 Thread Martinx - ジェームズ
Guys, The nova-novncproxy `1:2013.1+git201303201334~precise-0ubuntu1' still conflicts with `novnc_2012.1~e3+dfsg+1-2_amd64.deb'. I'm trying Grizzly from PPA on top of Ubuntu 12.04.2. Look (trying to install novnc): --- Unpacking novnc (from .../novnc_2012.1~e3+dfsg+1-2_amd64.deb) ... dpkg: e

Re: [Openstack] Grizzly G3+RC1 - Quantum DHCP problem...

2013-03-20 Thread Martinx - ジェームズ
Leandro! My /etc/sudoers: --- # # This file MUST be edited with the 'visudo' command as root. # # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file. # # See the man page for details on how to write a sudoers file. # Defaults env_reset Defaults secur

Re: [Openstack] Libvirt iSCSI client: duplicit connection_info data

2013-03-20 Thread Vishvananda Ishaya
On Mar 20, 2013, at 11:20 AM, Brano Zarnovican wrote: > On Wed, Mar 20, 2013 at 5:06 PM, Vishvananda Ishaya > wrote: >>> 2) Wipeout connection_info after disconnect. At least for Netapp >>> provider it makes no sense to retain the info which is no longer valid >>> anyway. >> >> This seems reas

Re: [Openstack] Grizzly G3+RC1 - Quantum DHCP problem...

2013-03-20 Thread Martinx - ジェームズ
Guys, This problem still persist... I tried everything... Here is more error message from dhcp-agent.log: http://paste.openstack.org/show/34167/ I really need help to fix this... It is a fresh installation of Grizzly G3+RC1 from PPA, Ubuntu 12.04.2 64 bits... Tks! Thiago On 19 March 2013

Re: [Openstack] Libvirt iSCSI client: duplicit connection_info data

2013-03-20 Thread Brano Zarnovican
On Wed, Mar 20, 2013 at 5:06 PM, Vishvananda Ishaya wrote: >> 2) Wipeout connection_info after disconnect. At least for Netapp >> provider it makes no sense to retain the info which is no longer valid >> anyway. > > This seems reasonable. In fact, the whole block_device_mapping item > can be delet

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
OK, I figured out... The import statement needs to look like this: "from ec2list.panel import EC2ListPanel" I was just using "from ec2list import EC2ListPanel" which was insufficient since it has an empty __init__.py adding the ".panel" (which you suggested in your original email, but I didn'

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
Neither of those works. When I use "settings.register(ec2list.EC2ListPanel)" I get this error: "Error registering panel: 'module' object has no attribute 'EC2ListPanel'" If I just use: settings.register(EC2ListPanel), I get the same sort of error: Error registering panel: name 'EC2ListPanel' i

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Lyle, David (Cloud Services)
But you should be registering the Panel like settings.register(EC2ListPanel) or settings.register(ec2list.EC2ListPanel) not ec2list -Dave -Original Message- From: Wyllys Ingersoll [mailto:wyllys.ingers...@evault.com] Sent: Wednesday, March 20, 2013 11:04 AM To: Lyle, David (Cloud Servic

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
Thats not working for me. My module is installed in /usr/lib/python2.7/dist-packages/horizon/dashboards/settings as 'ec2list', it is in the python path so thats not the issue. overrides.py looks like this: import horizon import logging settings= horizon.get_dashboard('settings')

Re: [Openstack] Libvirt iSCSI client: duplicit connection_info data

2013-03-20 Thread Vishvananda Ishaya
On Mar 20, 2013, at 3:39 AM, Brano Zarnovican wrote: > Hi devs, > > we are using backend iSCSI provider (Netapp) which is mapping > Openstack volumes to iSCSI LUNs. This mapping is not static and > changes over time. For example when the volume is detached then his > LUN id becomes unused. Afte

[Openstack] [Nova] OpenStack Compute Grizzly RC1 available

2013-03-20 Thread Thierry Carrez
Hello everyone, Almost there... OpenStack Compute (codenamed Nova) just published its first Grizzly release candidate. It is available for download at: https://launchpad.net/nova/grizzly/grizzly-rc1 Congrats to all the Nova devs, who fixed 201 bugs (!) in 4 weeks. Unless release-critical issues

Re: [Openstack] register a new panel in overrides.py

2013-03-20 Thread Lyle, David (Cloud Services)
There's a couple of changes that you need to make... First, edit the overrides.py file: (e.g., if we wanted to add the panel to the admin dashboard so this uses the admin dashboard slug: 'admin') import horizon from path_to_module.panel import YourNewPanelClass admin_dashboard = horizon.get_d

Re: [Openstack] Could s/o clarify if DHCP and L3 agents *must* be on different hosts if namespaces are disabled ?

2013-03-20 Thread Gary Kotton
On 03/20/2013 06:16 PM, Sylvain Bauza wrote: Hi, As per https://bugs.launchpad.net/quantum/+bug/1155050 and also other litterature, I do see doc alerts saying that Quantum L3 and DHCP agents must be on different hosts. Let me be honest, I successfully installed and configured both on the same

Re: [Openstack] Could s/o clarify if DHCP and L3 agents *must* be on different hosts if namespaces are disabled ?

2013-03-20 Thread Sandeep Raman
Hello Sylvain, Same here, I have grizzly on a single node and it works fine. Using linuxbridge plugin with vlan. So far, so good. If things break I'll let you know. I read you were able to have floating ip's too. May I ask if you could send me the steps you followed to create and assign floating

[Openstack] Could s/o clarify if DHCP and L3 agents *must* be on different hosts if namespaces are disabled ?

2013-03-20 Thread Sylvain Bauza
Hi, As per https://bugs.launchpad.net/quantum/+bug/1155050 and also other litterature, I do see doc alerts saying that Quantum L3 and DHCP agents must be on different hosts. Let me be honest, I successfully installed and configured both on the same physical machine, using GRE tunnels and use_n

[Openstack] register a new panel in overrides.py

2013-03-20 Thread Wyllys Ingersoll
Can someone give a pointer to how one goes about adding a new panel to an existing panel using overrides.py ? I know my panel is working because if I hardcode it into an existing dashboard.py file, it is found and displayed. I'd prefer to put it in overrides.py instead and am wondering how th

[Openstack] [OSSA 2013-009] Keystone PKI tokens online validation bypasses revocation check (CVE-2013-1865)

2013-03-20 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-009 CVE: CVE-2013-1865 Date: March 20, 2013 Title: Keystone PKI tokens online validation bypasses revocation check Reporter: Guang Yee (HP) Products: Keystone Affects: Folsom Description: Guang Yee from HP reported

[Openstack] Problems connecting VM to external network (quantum)

2013-03-20 Thread Samuel Winchenbach
Hi all, I am following the steps listed in http://docs.openstack.org/folsom/openstack - network/admin/content/l3_workflow.html The l3-agent.log fills with messages like this: http://ix.io/4Oy I am using a gre network type, and nova.virt.libvirt.vif.LibvirtHybirdOVSBridgeDriver with namespac

[Openstack] Fwd: Can't ping my VM after associating a floating IP address

2013-03-20 Thread Mohammed Amine SAYA
Hi Sylvain, Yes I managed to get l3-agent up and running. You were right it was a problem of sudoers. I didn't notice the files for cinder, quantum and nova in /etc/sudoers.d. I still have an issue with dhcp-agent because a VM data IP address was already taken. But I think I can manage to solve i

Re: [Openstack] Can't ping my VM after associating a floating IP address

2013-03-20 Thread Sylvain Bauza
You are having the exact same issue, sudo is complaining about being executed without a tty. Could you please take a look at the various links I provided to you and check ? Basically, you can quickly disable requiretty on sudoers and retry, to check if that fixes the problem. Which is your di

Re: [Openstack] Can't ping my VM after associating a floating IP address

2013-03-20 Thread Mohammed Amine SAYA
Hi Sylvain, Thanks for your answer. No I am not. I am actually logged in the controller machine. I start the l3-agent with sudo /etc/init.d/quantum-l3-agent start. But I took a look at /var/log/quantum/dhcp-agent.log and I got this : (see last log) Like l3-agent, it complains about some interfac

Re: [Openstack] Can't ping my VM after associating a floating IP address

2013-03-20 Thread Sylvain Bauza
Le 20/03/2013 13:24, Mohammed Amine SAYA a écrit : RuntimeError: Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--', '--may-exist', 'add-port', 'br-ex', 'qg-32dd6c6b-b6', '--', 'set', 'Interface', 'qg-32dd6c6b-b6', 'type=internal', '--', 'set', 'Interface', '

Re: [Openstack] Error while trying to login to Devstack dashboard

2013-03-20 Thread Pranav
Hi, This guide is tested and good for similar setups in Virtual Box https://github.com/dguitarbite/OpenStack-Folsom-VM-SandBox-Guide Regards, Pranav On Wed, Mar 20, 2013 at 8:29 AM, Dolph Mathews wrote: > Make sure that the certs created by pki_setup are readable by the user > running keystone

[Openstack] Libvirt iSCSI client: duplicit connection_info data

2013-03-20 Thread Brano Zarnovican
Hi devs, we are using backend iSCSI provider (Netapp) which is mapping Openstack volumes to iSCSI LUNs. This mapping is not static and changes over time. For example when the volume is detached then his LUN id becomes unused. After a while a _different_ volume may get the same LUN id, as Netapp is

[Openstack] [Horizon] OpenStack Dashboard Grizzly RC1 available

2013-03-20 Thread Thierry Carrez
Hello everyone, Hot on the heels of Glance and Swift, OpenStack Dashboard (codenamed Horizon) also just published its first Grizzly release candidate. It is available for download at: https://launchpad.net/horizon/grizzly/grizzly-rc1 Congrats to Gabriel and all the Horizon team! Unless release-

Re: [Openstack] openstack installation of swift

2013-03-20 Thread Arun Fera
ip of my system On Wed, Mar 20, 2013 at 1:41 PM, Gareth wrote: > "Connection to 10.3.1.25 failed." > > Do you know what this ip is? > > > On Wed, Mar 20, 2013 at 1:06 PM, Arun Fera wrote: > >> The stack.sh file runs without errors and only when it reaches the lines >> >> create_keystone_account

[Openstack] [Glance] [Swift] RC1 available for Grizzly OpenStack Image service and Object Storage

2013-03-20 Thread Thierry Carrez
Hello everyone, Next projects to publish a release candidate in preparation for the Grizzly release are OpenStack Image Service (Glance and OpenStack Object Storage (Swift). The RC1s are available for download at: https://launchpad.net/glance/grizzly/grizzly-rc1 https://launchpad.net/swift/grizzl

Re: [Openstack] glance --- HTTPInternalServerError (HTTP 500)

2013-03-20 Thread JuanFra Rodriguez Cardoso
What are the api/registry log output when you get this error? Enable verbose and debug modes in both services. --- JuanFra 2013/3/16 杨峰 > No, I did not follow devstack install, I am installing folsom from three > new virtual machines. > > I had checked those conf/ini files, > I add follow lin

Re: [Openstack] openstack installation of swift

2013-03-20 Thread Gareth
"Connection to 10.3.1.25 failed." Do you know what this ip is? On Wed, Mar 20, 2013 at 1:06 PM, Arun Fera wrote: > The stack.sh file runs without errors and only when it reaches the lines > > create_keystone_accounts > ++ keystone tenant-create --name admin > > the error starts like: > > > c

Re: [Openstack] Openstack Metadata Service

2013-03-20 Thread Pranav
thanks will try that asap Regards, Pranav On Tue, Mar 19, 2013 at 8:53 PM, bruno sendas wrote: > Hi, > > I had tried every sollution posted on the openstack archives and it simply > wouldn't work. > Until I had the wrong idea and installed the nova-api-metadata on the > controller node and it r