Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Martinx - ジェームズ
Ah! Okay! Tks!!! On 21 March 2013 02:43, Sandeep Raman sandeep.ra...@gmail.com 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

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

2013-03-21 Thread Sylvain Bauza
Hi Gary, Le 20/03/2013 17:26, Gary Kotton a écrit : Yes, this works. The problem is ensuring the network isolation. That is, someone can make changes in the routing table on the host which will enable one to gain access to the quantum networks. That is why we suggest that they run on different

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

2013-03-21 Thread balaji patnala
Do we have any other way to reach VM public IPs, with out using name space nat router gvien in the below link. Lets say that i will configure my dhcp-agent with the pool of Public IPs, which will be assigned to VMs by Quantum. Iam curious that if there is any possible setup which we can create

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

2013-03-21 Thread Salvatore Orlando
Hi Samuel, in your logs you should have another traceback related to the failure in creating the qg-xx interface. This might help us shed some light on your issue. The only likely cause I can think of at the moment is that the external bridge (usually br-ex) is not correctly configured.

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

2013-03-21 Thread Robert van Leeuwen
Yes, this works. The problem is ensuring the network isolation. That is, someone can make changes in the routing table on the host which will enable one to gain access to the quantum networks. That is why we suggest that they run on different hosts. We have a review that is Damn, makes sense.

Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Sandeep Raman
With Ubuntu theme and COMPRESS_OFFLINE = False it works. With default theme and COMPRESS_OFFLINE = False it works, however the UI format is shabby because the tags {% compress js %} and {% endcompress %} is removed from _scripts.html. On Thu, Mar 21, 2013 at 11:28 AM, Martinx - ジェームズ

Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Sandeep Raman
It was short-lived. See my latest response in the bug id https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/1143897 On Thu, Mar 21, 2013 at 3:16 PM, Sandeep Raman sandeep.ra...@gmail.comwrote: With Ubuntu theme and COMPRESS_OFFLINE = False it works. With default theme and

[Openstack] [DevStack] DevStackInstallation with XEN

2013-03-21 Thread HuYanrui
Gents, Not sure if can get reply here for such installation issues. I want to install DevStack with XenServer (to verify some idea with Openstack on Xen hepervisor) and blocked by some problems. What I refer: https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md

Re: [Openstack] [DevStack] DevStackInstallation with XEN

2013-03-21 Thread Antonio Tirri
Hi, I tell you my experience. In order to deploy a single node installation is enough to set the localrc file as showed here https://wiki.openstack.org/wiki/XenServer/VirtualBox then you have to run only the script ./install_os_domU.sh The video you metioned is not up to date. My suggestion is

Re: [Openstack] [DevStack] DevStackInstallation with XEN

2013-03-21 Thread Bob Ball
Hi, That particular guide is out of date I'm afraid. We have an action to update the guide fully, but I have made some interim edits to clarify the current situation. The better news is that installing DevStack on a XenServer is now easier than when the guide was written. The README.md from

[Openstack] [Swift]

2013-03-21 Thread Tomáš Šoltys
Hi, I have rather basic question. I've read through various documentation but I still do not sufficiently understand how the authentication works. So far I have managed to create a tenant, user and add him a role which is also listed in proxy-server.conf in operator_roles This works fine but I

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

2013-03-21 Thread Jean-Baptiste RANSY
Hello Thiago, I think it's better to use rootwrap in sudoers : nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf * cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf * quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap

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

2013-03-21 Thread Razique Mahroua
great guide, thanks a lot ! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 21 mars 2013 à 15:26, Jean-Baptiste RANSY jean-baptiste.ra...@alyseo.com a écrit : Hello Thiago, I think it's better to use rootwrap in sudoers :

[Openstack] [OpenStack] Assigning specific networks while creating instances using nova REST API in Folsom

2013-03-21 Thread Balamurugan V G
Hi, I have a Folsom 2012.2 with Quantum and trying to create the instances using the REST API as below: curl -X 'POST' http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers -d '{ server: { flavorRef: 6, imageRef: dd13a38c-3e1f-49f1-afbe-c6f62cd46ffb, name: test } }' -H 'Accept:

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

2013-03-21 Thread Vishvananda Ishaya
Well phooey: 987 if network_ref['multi_host']: 988 _add_dhcp_mangle_rule(dev) The mangle rule is only added my nova-network in multihost mode. Can you verify whether or not adding the rule on the compute or network node fixes it? That way we can either remove the check on

Re: [Openstack] [OpenStack] Assigning specific networks while creating instances using nova REST API in Folsom - SOLVED

2013-03-21 Thread Balamurugan V G
Looking in to /usr/lib/python2.7/dist-packages/nova/api/openstack/compute/servers.py gave some insights and found that the API can take a parameter 'networks' as shown below: curl -X 'POST' http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers -d '{ server: { flavorRef: 6, imageRef:

Re: [Openstack] [openstack-dev] Compute endpoint auth problem.

2013-03-21 Thread Vishvananda Ishaya
Try nova --debug --os-region-name RegionTwo image-list and see where it is connecting. I guess you have another typo. Btw, in the future the dev list is not the right place for these questions. Should be done on openstack@lists.launchpad.net Vish On Mar 21, 2013, at 9:34 AM, Wainer, Gabriel

Re: [Openstack] Technical Committee Nominations are Open

2013-03-21 Thread Thierry Carrez
Monty Taylor wrote: Now that the TC elections have ended, we now have three at-large seats open. https://wiki.openstack.org/wiki/TC_Elections_Spring_2013 Mar 15 - 21: Open candidacy to directly-elected TC positions Reminder: Just a few hours left to self-nominate yourself ! --

[Openstack] Weekly EHO meeting

2013-03-21 Thread Sergey Lukjanov
Hello community, Today there will be our second weekly community meeting about EHO at 18:00 UTC on our irc channel #eho at freenode. Come along. -- Sergey Lukjanov Mirantis Inc. ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] [EHO] Publishing our first screencast!

2013-03-21 Thread Dmitry Mescheryakov
Hello folks, We've prepared a screencast demonstrating proof-of-concept implementation of Hadoop cluster provisioning: http://www.youtube.com/watch?v=UUt2gqGHcPg And by the way, it is the first time we're showing our Horizon-based UI in action! You may find more info at http://eho.mirantis.com

Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Martinx - ジェームズ
Tks Sandeep! But my Dashboard isn't working with `COMPRESS_OFFLINE = False'... With or without the Ubuntu theme... Anyway, I'll wait for new packages. Best, Thiago On 21 March 2013 06:46, Sandeep Raman sandeep.ra...@gmail.com wrote: With Ubuntu theme and COMPRESS_OFFLINE = False it works.

Re: [Openstack] [EHO] Publishing our first screencast!

2013-03-21 Thread John van Ommen
Great video. I know that OpenStack does baremetal (http://www.mirantis.com/blog/bare-metal-provisioning-with-openstack-cloud/); Is it possible to do this on bare metal servers instead of VMs? John On Thu, Mar 21, 2013 at 12:46 PM, Dmitry Mescheryakov dmitryme...@gmail.com wrote: Hello folks,

[Openstack] DNS options for nova

2013-03-21 Thread Michael Still
Hi. I've been playing with the DNS drivers in nova recently, and I'm trying to decide if anyone actually uses it. The only driver in the codebase that looks useful a the moment is the LDAP backed DNS driver that Wikimedia wrote. There's also stackforge project called Moniker which implements DNS

Re: [Openstack] Issues with latests trunk

2013-03-21 Thread Tyler North
Dolph, I changed the /etc/keystone/keystone.conf file as you suggested, the line looks like: [sql] connection = mysql://root:password@localhost/keystone?charset=utf8 I changed this to: connection = mysql:// However when I run ./stack.sh the file reverts back to the original text, with devstack

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_nova_stable #713

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/713/Project:precise_folsom_nova_stableDate of build:Thu, 21 Mar 2013 08:01:34 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #405

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/405/Project:precise_folsom_deployDate of build:Thu, 21 Mar 2013 08:15:22 -0400Build duration:1 min 45 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_deploy #137

2013-03-21 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/137/Project:quantal_folsom_deployDate of build:Thu, 21 Mar 2013 08:16:17 -0400Build duration:19 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #406

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/406/Project:precise_folsom_deployDate of build:Thu, 21 Mar 2013 09:15:37 -0400Build duration:1 min 51 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #138

2013-03-21 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/138/Project:quantal_folsom_deployDate of build:Thu, 21 Mar 2013 09:16:11 -0400Build duration:11 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #970

2013-03-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/970/Project:raring_grizzly_nova_trunkDate of build:Thu, 21 Mar 2013 09:42:11 -0400Build duration:12 minBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_stable #210

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_glance_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_stable/210/Project:precise_folsom_glance_stableDate of build:Thu, 21 Mar 2013 10:13:47 -0400Build duration:2 min 6 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_cinder_stable #152

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_cinder_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_cinder_stable/152/Project:precise_folsom_cinder_stableDate of build:Thu, 21 Mar 2013 10:13:46 -0400Build duration:3 min 46 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #407

2013-03-21 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/407/Project:precise_folsom_deployDate of build:Thu, 21 Mar 2013 10:16:12 -0400Build duration:1 min 41 secBuild cause:Started by command line by jenkinsBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_glance_stable #208

2013-03-21 Thread openstack-testing-bot
Title: quantal_folsom_glance_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_stable/208/Project:quantal_folsom_glance_stableDate of build:Thu, 21 Mar 2013 10:16:12 -0400Build duration:2 min 24 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_keystone_stable #95

2013-03-21 Thread openstack-testing-bot
PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 5117 lines...]Finished at 20130321-1020Build needed 00:02:39, 12416k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/folsom-stable

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #139

2013-03-21 Thread openstack-testing-bot
Title: quantal_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/139/Project:quantal_folsom_deployDate of build:Thu, 21 Mar 2013 10:18:00 -0400Build duration:18 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_keystone_trunk #233

2013-03-21 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/233/Project:raring_grizzly_keystone_trunkDate of build:Thu, 21 Mar 2013 11:30:31 -0400Build duration:5 min 24 secBuild cause:Started by user James

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_keystone_trunk #234

2013-03-21 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/234/Project:raring_grizzly_keystone_trunkDate of build:Thu, 21 Mar 2013 11:36:01 -0400Build duration:8 min 20 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-keystoneclient_trunk #97

2013-03-21 Thread openstack-testing-bot
Title: precise_grizzly_python-keystoneclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-keystoneclient_trunk/97/Project:precise_grizzly_python-keystoneclient_trunkDate of build:Thu, 21 Mar 2013 12:09:33 -0400Build duration:2 min 5

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-keystoneclient_trunk #105

2013-03-21 Thread openstack-testing-bot
at 20130321

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-keystoneclient_trunk #106

2013-03-21 Thread openstack-testing-bot
at 20130321

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_glance_stable #209

2013-03-21 Thread openstack-testing-bot
Title: quantal_folsom_glance_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_stable/209/Project:quantal_folsom_glance_stableDate of build:Thu, 21 Mar 2013 12:33:08 -0400Build duration:8 min 34 secBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_ceilometer_trunk #147

2013-03-21 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/147/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 21 Mar 2013 12:49:41 -0400Build duration:2 min 52 secBuild cause:Started by user James

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_ceilometer_trunk #147

2013-03-21 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/147/Project:raring_grizzly_ceilometer_trunkDate of build:Thu, 21 Mar 2013 12:49:43 -0400Build duration:4 min 8 secBuild cause:Started by user James

[Openstack-ubuntu-testing-notifications] Build Failure: cloud-archive_deploy #20

2013-03-21 Thread openstack-testing-bot
Title: cloud-archive_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy/20/Project:cloud-archive_deployDate of build:Thu, 21 Mar 2013 17:36:06 -0400Build duration:21 minBuild cause:Started by user Adam GandelmanBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : folsom_coverage #509

2013-03-21 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/509/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: cloud-archive_deploy #21

2013-03-21 Thread openstack-testing-bot
Title: cloud-archive_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/cloud-archive_deploy/21/Project:cloud-archive_deployDate of build:Thu, 21 Mar 2013 19:04:31 -0400Build duration:17 minBuild cause:Started by user Adam GandelmanBuilt on:masterHealth