Re: [Openstack] custom url for openstack dashboard

2013-06-24 Thread Anshul Gangwar
Hi JuanFra, This is not solving my problem. I want a solution where urls are relative to certain fixed string  say os. Currently I can either make them relative by making changes in settings.py or absolute. for example when I see page source I can see urls are of form /static/* /auth/* what

Re: [Openstack] [Swift] Load Average node storage

2013-06-24 Thread Robert van Leeuwen
load average: 24.06, 24.02, 24.00 There is something, can i do to reduce the load? is it normal? I guess it depends on what is causing the load. (are there processes eating all cpu cycles?) What we see is that the object-auditor and object-replicator can cause quite a bit of load because

Re: [Openstack] custom url for openstack dashboard

2013-06-24 Thread Matthias Runge
On 24/06/13 08:07, Anshul Gangwar wrote: Hi JuanFra, This is not solving my problem. I want a solution where urls are relative to certain fixed string say os. Currently I can either make them relative by making changes in settings.py or absolute. for example when I see page source I

Re: [Openstack] [Ceilometer][Healthnmon] Dealing with Performance/Monitoring Metrics

2013-06-24 Thread Julien Danjou
On Sat, Jun 22 2013, Bruno Oliveira ~lychinus wrote: So, long story short, is technically possible for me to create metrics to make the API show up system_usage_metrics instead of simply system_allocated_metrics ? (I guess I misunderstood, right?) Could you please enlight the path for me ?

Re: [Openstack] [Ceilometer][Healthnmon] Dealing with Performance/Monitoring Metrics

2013-06-24 Thread claudio marques
Hi all I think that we are all (people working with ceilometer), trying to figure out how to get the system actual data metrics from VMs.Do we need to install Healthnmon in order to get them? (because ceilometer as Julien already said, can't do it yet) Cheers Cláudio Marques

[Openstack] [OpenStack][Swift][Keystone] Authentication Fails

2013-06-24 Thread Trevor Roberts Jr
Hello Team, I am unable to login to Swift using the Keystone integration. Here is sample output when I try to get swift status: vagrant@swift:~$ swift -A http://172.16.0.201:5000/v2.0 -U service:swift -K swift stat Auth GET failed: http://172.16.0.201:5000/v2.0 200 OK I tried adding TempAuth

Re: [Openstack] Ceilometer problem: virDomainLookupByName must not be NULL

2013-06-24 Thread Juha Tynninen
Thanks. Unfortunately server restart didn't help... On 20 June 2013 13:41, Jobin Raju George jobin...@gmail.com wrote: I had this exact problem yesterday which, when I restarted the server, seems to have been resolved(I can't see the ERROR message again logged after restarting). You can see

Re: [Openstack] OVS and quantum

2013-06-24 Thread Kyle Mestery (kmestery)
On Jun 24, 2013, at 12:01 AM, Peter Cheung mcheun...@hotmail.com wrote: Dear All I want to use OVS for my VMs. So which one i should do 1) i use alway use quantum to control OVS. I believe quantum cannot 100% control the OVS, so i can use ovs command line to control the additional

Re: [Openstack] OVS and quantum

2013-06-24 Thread Peter Cheung
Hi KyleIs Neutron support this1) create vlan, adding a port(tap) for a vm?2) create vlan tag and assign to tap http://openvswitch.org/support/config-cookbooks/vlan-configuration-cookbook/ ?3) control the netflow of openvswitch4) control the QOS of openvswitch5) does it provide an API to

Re: [Openstack] openvswitch instead of quantum

2013-06-24 Thread Peter Cheung
Hi Salvatore, Pandora is our open source admin UI for openstack https://code.google.com/p/c2-pandora/ On 22 June 2013 12:23, Peter Cheung mcheun...@hotmail.com wrote: Thanks SalvatoreI am thinking these:1) openvswitch has more features than quantum, so i want to support it in pandora

Re: [Openstack] OVS and quantum

2013-06-24 Thread Salvatore Orlando
A few comments inline from my side. On 24 June 2013 14:53, Peter Cheung mcheun...@hotmail.com wrote: Hi Kyle Is Neutron support this 1) create vlan, adding a port(tap) for a vm? I think this is one of Neutron's basic use cases, unless I'm missing something. 2) create vlan tag and

[Openstack] [Grizzly][Quantum] Fail scheduling network

2013-06-24 Thread Samuel Winchenbach
Hi everyone, I am getting this warning (which seems more like an error) when trying to launch instances: /var/log/quantum/server.log:2013-06-24 09:34:03 WARNING [quantum.db.agentschedulers_db] Fail scheduling network {'status': u'ACTIVE', 'subnets': [u'19f681a4-99b0-4e45-85eb-6d08aa77cedb'],

Re: [Openstack] [Ceilometer][Healthnmon] Dealing with Performance/Monitoring Metrics

2013-06-24 Thread Bruno Oliveira ~lychinus
@Julien Right. Working on it, Julien. I'll let you guys know if I manage to get any significant progress. Thank you. @Claudio Do we need to install Healthnmon in order to get them? (because ceilometer Yeah. Until we manage to find a way to retrieve'em with Ceilometer or until the two

Re: [Openstack] [Ceilometer][Healthnmon] Dealing with Performance/Monitoring Metrics

2013-06-24 Thread claudio marques
Thank you Bruno! Cheers Cláudio Marques -claudio@onesource.pthttp://www.onesource.pt/ From: brunnop.olive...@gmail.com Date: Mon, 24 Jun 2013 11:56:08 -0300 To: clau...@onesource.pt CC: openstack@lists.launchpad.net Subject: Re: [Openstack] [Ceilometer][Healthnmon] Dealing with

Re: [Openstack] OVS and quantum

2013-06-24 Thread Peter Cheung
Thanks Salvatore. I think i should use Neutron to do all the stuffs first, because Neutron is the primary network component of openstack. If it doesn't support some functions, i just direct control the openvswitch, I hope i won't break the neutron. Thanksfrom Peter Date: Mon, 24 Jun 2013

[Openstack] Keystone Identity API v3 interface

2013-06-24 Thread Ruslan Kiianchuk
Hello. I'm trying to exploit new features of Keystone Identity API v3 in Grizzly, however I faced problems using* python-openstackclient*. If I specify to use v3 API to the *openstackclient*, it still tries to obtain tokens using v2.0 scheme and the server rejects such requests. So the first

Re: [Openstack] Keystone Identity API v3 interface

2013-06-24 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
I struggled figuring out the v3 syntax myself. Here is the same command in v2.0 and v3 format: openstack --os-token 012345SECRET99TOKEN012345 --os-auth-url http://15.253.57.115:35357/v3; --os-url http://15.253.57.115:35357/v3; --log-file /var/log/os.log --os-identity-api-version 3 role list

Re: [Openstack] Keystone Identity API v3 interface

2013-06-24 Thread Ruslan Kiianchuk
Thanks a lot for the tip! Perhaps, --os-url is new parameter in *openstackclient *(can't remember it using in *keystoneclient*). By the way, a doc mentions that --os-url is a URL to OpenStack service. Do they mean URL of the Nova API on controller node or something else, do you know? On Mon,

[Openstack] Security Groups not being applied uniformly

2013-06-24 Thread Daniel Ellison
Hey all, I'm running grizzly on Ubuntu 12.04 server. I have two instances, both with the same security groups (default and one to allow XMPP traffic). The firewall rules are working for one instance but not for the other. Can anyone think of why the group rules would be applied differently?

[Openstack] OpenStack Summit Survey, Looking to Hong Kong

2013-06-24 Thread Mark Collier
I posted a blog post about the Portland Summit survey results, and some of the plans for Hong Kong (Nov5-8): http://www.openstack.org/blog/2013/06/openstack-summit-survey-results/ Don't forget to register: openstack.org/summit - in addition to opening registration, we also opened the call

Re: [Openstack] [Horizon] [UX] phabriactor/pholio as a possible UX option

2013-06-24 Thread Jaromir Coufal
Hey All, I investigated and played with few tools for team collaboration, mainly focused on designs and discussions. They are mostly similar as Phabricator [1], what Monty suggested. You can see inVision [2] or GoVisually [3] for example. And of course there are more, however they are all

[Openstack] ceilometer not getting disk.root.size notifications

2013-06-24 Thread Anshul Gangwar
I am not getting disk.root.size meter notifications from nova to ceilometer. I am getting all ther pollster meters but not notification meters. Do I need to add something else in nova.conf other than notification_driver =

[Openstack] can't install ubuntu from iso..

2013-06-24 Thread imran
if i try to install ubuntu 12.04 from ISO it does not recognize Root Disk. It only detects Ephemeral Disk. what is difference in both.. please help? ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #264

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/264/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 08:31:28 -0400Build duration:2 min 39 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #234

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/234/Project:precise_havana_quantum_trunkDate of build:Mon, 24 Jun 2013 10:01:22 -0400Build duration:1 min 7 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #172

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/172/Project:saucy_havana_quantum_trunkDate of build:Mon, 24 Jun 2013 10:01:22 -0400Build duration:1 min 45 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-quantumclient_trunk #37

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_python-quantumclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-quantumclient_trunk/37/Project:precise_havana_python-quantumclient_trunkDate of build:Mon, 24 Jun 2013 10:32:10 -0400Build duration:1 min 32 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #423

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/423/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 11:01:15 -0400Build duration:1 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #265

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/265/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 11:01:16 -0400Build duration:2 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #424

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/424/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 11:31:16 -0400Build duration:1 min 53 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #266

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/266/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 11:31:16 -0400Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #425

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/425/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 12:31:15 -0400Build duration:1 min 50 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #267

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/267/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 12:31:16 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #426

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/426/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 13:01:41 -0400Build duration:2 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #268

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/268/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 13:01:15 -0400Build duration:3 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #269

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/269/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 13:31:17 -0400Build duration:2 min 36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #427

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/427/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 13:31:15 -0400Build duration:1 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #428

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/428/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 14:32:26 -0400Build duration:3 min 20 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #270

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/270/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 14:31:17 -0400Build duration:3 min 40 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #429

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/429/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 14:58:08 -0400Build duration:13 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_quantum_trunk #235

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/235/Project:precise_havana_quantum_trunkDate of build:Mon, 24 Jun 2013 15:01:43 -0400Build duration:10 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #271

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/271/Project:saucy_havana_nova_trunkDate of build:Mon, 24 Jun 2013 15:31:38 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_quantum_trunk #173

2013-06-24 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/173/Project:saucy_havana_quantum_trunkDate of build:Mon, 24 Jun 2013 16:28:42 -0400Build duration:11 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_nova_trunk #432

2013-06-24 Thread openstack-testing-bot
at 20130624-1747Build needed 00:08:19

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_keystone_stable #267

2013-06-24 Thread openstack-testing-bot
Title: raring_grizzly_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_stable/267/Project:raring_grizzly_keystone_stableDate of build:Mon, 24 Jun 2013 21:32:21 -0400Build duration:1 min 21 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #433

2013-06-24 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/433/Project:precise_havana_nova_trunkDate of build:Mon, 24 Jun 2013 22:02:15 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_cinder_stable #265

2013-06-24 Thread openstack-testing-bot
Title: raring_grizzly_cinder_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_stable/265/Project:raring_grizzly_cinder_stableDate of build:Mon, 24 Jun 2013 22:17:20 -0400Build duration:3 min 39 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_stable #1025

2013-06-24 Thread openstack-testing-bot
Title: precise_grizzly_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_stable/1025/Project:precise_grizzly_nova_stableDate of build:Mon, 24 Jun 2013 22:21:14 -0400Build duration:8 min 24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_stable #1033

2013-06-24 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1033/Project:raring_grizzly_nova_stableDate of build:Mon, 24 Jun 2013 22:29:52 -0400Build duration:3 min 22 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_stable #524

2013-06-24 Thread openstack-testing-bot
Title: precise_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_stable/524/Project:precise_grizzly_quantum_stableDate of build:Tue, 25 Jun 2013 00:07:23 -0400Build duration:1 min 1 secBuild cause:Started by user Adam

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_stable #266

2013-06-24 Thread openstack-testing-bot
Title: raring_grizzly_cinder_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_stable/266/Project:raring_grizzly_cinder_stableDate of build:Tue, 25 Jun 2013 00:07:34 -0400Build duration:1 min 49 secBuild cause:Started by user Adam