Re: [Openstack] Error while creating more than 4 instances simultaneously.

2013-04-09 Thread JuanFra Rodriguez Cardoso
Have you tried to increase 'rpc_response_timeout' in nova.conf (e.g. 180 seconds)? https://bugs.launchpad.net/nova/+bug/1094226 --- JuanFra 2013/4/8 Jorge Luiz Correa corre...@gmail.com Hi all, I'm trying to launch a lot of instances simultaneously. I'm using Openstack 2012.2.3-0ubuntu1

Re: [Openstack] [openStack] instance status

2013-04-09 Thread Deepak A.P
Below is output which i got on running '*nova console-log*' nova console-log *d46530e2-.* Error: The server has either erred or either incapable of performing the requested operation. HTTP(500) (Request-ID: req-be41c539...) i tried the other nova commands like 'nova reboot' , ' nova

Re: [Openstack] [openStack] instance status

2013-04-09 Thread 黄浩松
how about use other mirrors to create instance? 2013/4/9 Deepak A.P swift007.dee...@gmail.com Below is output which i got on running '*nova console-log*' nova console-log *d46530e2-.* Error: The server has either erred or either incapable of performing the requested operation.

[Openstack] root_helper deprecated?

2013-04-09 Thread Liu Wenmao
Hi all: In quantum dhcp grizzly log, I find the following warnings: 2013-04-09 15:12:48 WARNING [quantum.agent.common.config] Deprecated: DEFAULT.root_helper is deprecated! I do set root_helper in the ini file: root_helper = sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Rahul Upadhyaya
Hi Liu, I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for Quantum too. https://wiki.openstack.org/wiki/Nova/Rootwrap Refer to the section : Nova configuration You must provide the location of the rootwrap

Re: [Openstack] swift: Account not found[grizzly]

2013-04-09 Thread Kuo Hugo
1) No minimal limitation currently . 2) Did you set the above option to true ? allow_account_management https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample#L61 account_autocreate https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample#L69 +Hugo Kuo+

Re: [Openstack] Grizzly official packages

2013-04-09 Thread skible.openst...@gmail.coma
Hi Chuck, Thanks for your reply. In that case, i will upgrade my ubuntu server to 13.04 and download the grizzly packages from there. Is this the best you to get grizzly ? regards, Bilel On 04/05/2013 07:21 PM, Chuck Short wrote: Hi They will not be backported to 12.10 only for 12.04.

[Openstack] building customized packages

2013-04-09 Thread Edgar Magana
Hi, Is the a wiki explaining the process to create my own deb packages? Thanks, Edgar ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] building customized packages

2013-04-09 Thread Atul Jha
Hi, snip Hi, Is the a wiki explaining the process to create my own deb packages? Thanks, Edgar /snip This might help http://wiki.debian.org/HowToPackageForDebian Also if you are looking for answers related to packaging best place would be debian mailing list. hope it helps~~ Cheers!!

Re: [Openstack] swift: Account not found[grizzly]

2013-04-09 Thread Liu Wenmao
thanks Kuo setting the two option to true really solve my problem:-) On Tue, Apr 9, 2013 at 3:36 PM, Kuo Hugo tonyt...@gmail.com wrote: 1) No minimal limitation currently . 2) Did you set the above option to true ? allow_account_management

Re: [Openstack] How to make HA between VMs in the openstack

2013-04-09 Thread Steven Hardy
On Mon, Apr 08, 2013 at 07:23:08PM +0800, Lei Zhang wrote: Hi Syed, Thanks for you quickly reply. But What I want is HA between VMs not HA between Physical Machine(Openstack Node/ Services) You may be interested in the Heat HA features since we implement a simple HA capability:

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Thierry Carrez
Rahul Upadhyaya wrote: I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for Quantum too. No, Quantum still uses root_helper and has not transitioned to using rootwrap_config yet. Looking at the code,

[Openstack] What's the package flow in vlan mode when ping the floating ip between vms.

2013-04-09 Thread Lei Zhang
I am using: Folsom, nova-network, vlanManage, multi_host=ture I want to know what's the package flow between the vms which located in the same physical machine. Here is the typology. I want to know want happen if I ping 192.168.3.47 in vm7. When the NAT is applied? |vm: fixed: 10.0.104.5,

[Openstack] vm unable to reach 169.254.169.254

2013-04-09 Thread Liu Wenmao
hi all: I setup quantum and nova grizzly, but vms can not get public key from 169.254.169.254: debug end ## cloudsetup: failed to read iid from metadata. tried 30 WARN: /etc/rc3.d/S45cloudsetup failed Starting dropbear sshd: generating rsa key... generating dsa key...

Re: [Openstack] vm unable to reach 169.254.169.254

2013-04-09 Thread Mouad Benchchaoui
Hi, Are you using namespaces ? b/c i think this is related to https://bugs.launchpad.net/quantum/+bug/1160955, if so a fix was just commited in the stable grizzly branch, so upgrade if you want to use another port than the default one, or i think removing the option metadata_port from

[Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Arindam Choudhury
Hi, I am very new and trying to make a small openstack private cloud. I also want to deploy quantum networking. I am overwhelmed by the number of available daemons and want to make sure that I am doing it right. so, controller node daemons are : == Nova services == openstack-nova-api

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Mouad Benchchaoui
Hi Arindan, Almost, well i am still new to OpenStack myself but allow me to try to help you: - You 're just missing the nova-metadata which you should preferably run in the compute node - There is no quantum-openvswitch service if you mean quantum-openvswitch-agent then this later should be

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Mouad Benchchaoui
Bummer, forget about the first point the nova-api will include the nova-api-metadata and nova-api-os-compute, it's just than in my case i prefer to split them os-compute in controller and metadata in compute node. HTH, -- Mouad On Tue, Apr 9, 2013 at 2:05 PM, Mouad Benchchaoui

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Brad Knowles
On Apr 9, 2013, at 1:43 AM, skible.openst...@gmail.coma skible.openst...@gmail.com wrote: Thanks for your reply. In that case, i will upgrade my ubuntu server to 13.04 and download the grizzly packages from there. Is this the best you to get grizzly ? Quoting Mac Innes, Kiall ki...@hp.com:

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Arindam Choudhury
Hi, Thanks for your reply. How to do the splitting of nova-api? Date: Tue, 9 Apr 2013 14:12:19 +0200 Subject: Re: [Openstack] Openstack daemons in Multi node configurations From: m.benchcha...@cloudbau.de To: arin...@live.com CC: openstack@lists.launchpad.net Bummer, forget about the first

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Mouad Benchchaoui
Hi, Check the scripts nova-api-os-computehttps://github.com/openstack/nova/blob/master/bin/nova-api-os-compute and nova-api-metadatahttps://github.com/openstack/nova/blob/master/bin/nova-api-metadata in the bin https://github.com/openstack/nova/tree/master/bin folder. HTH, On Tue, Apr 9,

[Openstack] Grizzly release packages available in the Ubuntu Cloud Archive

2013-04-09 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi All OpenStack Grizzly release packages are now available in the Ubuntu Cloud Archive for Ubuntu 12.04 - see https://wiki.ubuntu.com/ServerTeam/CloudArchive for details on how to enable and use these packages on Ubuntu 12.04. Please note that

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Filipe Manco
Is it safe to downgrade to a previous Ubuntu version? Can someone point a good tutorial on how to do it properly? Thanks Filipe Manco http://about.me/fmanco 2013/4/9 Brad Knowles bknow...@momentumsi.com On Apr 9, 2013, at 1:43 AM, skible.openst...@gmail.coma skible.openst...@gmail.com

Re: [Openstack] Grizzly release packages available in the Ubuntu Cloud Archive

2013-04-09 Thread Martinx - ジェームズ
YAY!!! Thank you guys!!! On 9 April 2013 10:20, James Page james.p...@canonical.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi All OpenStack Grizzly release packages are now available in the Ubuntu Cloud Archive for Ubuntu 12.04 - see

Re: [Openstack] What's the package flow in vlan mode when ping the floating ip between vms.

2013-04-09 Thread JuanFra Rodriguez Cardoso
Could this Mirantis' post help you? http://www.mirantis.com/blog/vlanmanager-network-flow-analysis/ --- JuanFra 2013/4/9 Lei Zhang zhang.lei@gmail.com I am using: Folsom, nova-network, vlanManage, multi_host=ture I want to know what's the package flow between the vms which located in

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Martinx - ジェームズ
`Ultimate OpenStack Grizzly Guide' (updating it today to make use of new Ubuntu Cloud Archive for Grizzly): https://gist.github.com/tmartinx/d36536b7b62a48f859c2 ;-) On 9 April 2013 10:42, Filipe Manco filipe.ma...@gmail.com wrote: Is it safe to downgrade to a previous Ubuntu version? Can

[Openstack] what would be the best wat to get security notifications for openstack

2013-04-09 Thread Matthew Thode
I've been packaging openstack in Gentoo but have been relying on others to watch you guys for security bugs. What would be the best way for me to get notification when a security bug is fixed (when a security patch is accepted), so that I may update the packages. -- -- Matthew Thode

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Mark Lehrer
Is it safe to downgrade to a previous Ubuntu version? Can someone point a good tutorial on how to do it properly? Theoretically possible, but probably not worth the effort. I would suggest reinstalling with 12.04 and then move over the configs and data. Mark

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Filipe Manco
Ok. Thank you. Best regards Filipe Manco http://about.me/fmanco 2013/4/9 Mark Lehrer m...@tpsit.com Is it safe to downgrade to a previous Ubuntu version? Can someone point a good tutorial on how to do it properly? Theoretically possible, but probably not worth the effort. I would

Re: [Openstack] what would be the best wat to get security notifications for openstack

2013-04-09 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthew Thode wrote: I've been packaging openstack in Gentoo but have been relying on others to watch you guys for security bugs. What would be the best way for me to get notification when a security bug is fixed (when a security patch is

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

2013-04-09 Thread Joe Topjian
Hi Brano, I apologize for reviving an old thread. On Wed, Mar 20, 2013 at 4:39 AM, Brano Zarnovican zarnovi...@gmail.comwrote: 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

Re: [Openstack] What's the package flow in vlan mode when ping the floating ip between vms.

2013-04-09 Thread Lei Zhang
Hi JuanFra, I read this article. But It doesn't explain what I concern. What I want to know is that what's the packet flow when ping the floating ip between the VMs which located in the same physical machine? On Tue, Apr 9, 2013 at 9:56 PM, JuanFra Rodriguez Cardoso

Re: [Openstack] What's the package flow in vlan mode when ping the floating ip between vms.

2013-04-09 Thread Narayan Desai
This will depend on whether the VMs are in the same tenant network or not. Assuming they are on the same L2 and L3 network, then the packets will transit either the linux bridge, or openvswitch, depending on how you have things configured. Note that network filtering rules will be processed on

Re: [Openstack] Grizzly release notes and the never-ending image-cache-manager issue

2013-04-09 Thread Lorin Hochstein
On Thu, Apr 4, 2013 at 4:45 PM, Michael Still mi...@stillhq.com wrote: On Fri, Apr 5, 2013 at 7:20 AM, Lorin Hochstein lo...@nimbisservices.com wrote: Michael (et al): The Grizzly release notes https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly say: The image-cache-manager has

Re: [Openstack] vm unable to reach 169.254.169.254

2013-04-09 Thread Liu Wenmao
Thanks Mouad After I install the latest grizzly quantum and remove metadata_port from l3_agent.ini, I can connect 169.254.169.254:80, but the server return a 404 NOT Found error: Starting dropbear sshd: generating rsa key... generating dsa key... OK = cloudfinal: system completely up in

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Liu Wenmao
Thanks Thierry, it seems to make sense. On Tue, Apr 9, 2013 at 4:53 PM, Thierry Carrez thie...@openstack.orgwrote: Rahul Upadhyaya wrote: I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for

[Openstack] ceilometer-agent-central starting fail

2013-04-09 Thread Liu Wenmao
Hi all: I have just install ceilometer grizzly github version, but fail to start ceilometer-agent-central service. I think it is due to that I didn't set up the keystone user/password like other projects. but I follow the instructions(

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_quantum_trunk #475

2013-04-09 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/475/Project:raring_grizzly_quantum_trunkDate of build:Tue, 09 Apr 2013 02:31:34 -0400Build duration:18 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-quantumclient_trunk #71

2013-04-09 Thread openstack-testing-bot
at 20130409

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-novaclient_trunk #101

2013-04-09 Thread openstack-testing-bot
at 20130409

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-novaclient_trunk #102

2013-04-09 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/102/Project:precise_grizzly_python-novaclient_trunkDate of build:Tue, 09 Apr 2013 07:01:32 -0400Build duration:2 min 10 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_keystone_stable #101

2013-04-09 Thread openstack-testing-bot
Title: precise_folsom_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_stable/101/Project:precise_folsom_keystone_stableDate of build:Tue, 09 Apr 2013 10:31:40 -0400Build duration:1 min 51 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_stable #112

2013-04-09 Thread openstack-testing-bot
Title: quantal_folsom_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_stable/112/Project:quantal_folsom_keystone_stableDate of build:Tue, 09 Apr 2013 10:31:33 -0400Build duration:2 min 43 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-cinderclient_trunk #52

2013-04-09 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/52/Project:precise_grizzly_python-cinderclient_trunkDate of build:Tue, 09 Apr 2013 11:31:32 -0400Build duration:2 min 57 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #14

2013-04-09 Thread openstack-testing-bot
at 20130409-1333Build needed 00:01:00, 13568k disc spaceERROR:root:Error occurred during package creation/build

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #13201

2013-04-09 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/13201/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #15

2013-04-09 Thread openstack-testing-bot
at 20130409

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #16

2013-04-09 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/16/Project:precise_havana_keystone_trunkDate of build:Wed, 10 Apr 2013 01:31:33 -0400Build duration:2 min 10 secBuild cause:Started by an SCM changeBuilt