Re: [Openstack] fail to connect to server (novnc problem)

2013-04-14 Thread Julio Molina Soler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralph, based on your configuration you are listening on the locahost ip address (127.0.0.1), I dunno how vnc owrks exactly, but looks more logic to use: - --vncserver_listen=0.0.0.0 that would listen on all incoming connections, and for the proxy

Re: [Openstack] fail to connect to server (novnc problem)

2013-04-14 Thread Pranav
I agree with Julio 0.0.0.0 seems to be a better idea, since its on the private network (hopefully) it wont be a problem. Regards, Pranav On Sun, Apr 14, 2013 at 3:06 PM, Julio Molina Soler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Ralph, > > based on your configuration yo

Re: [Openstack] [Quantum] Anybody implemented DMZ?

2013-04-14 Thread Robert van Leeuwen
> I want the traffic to be routed to the external network through the > Quantum router. But it doesn't happen. > Am I doing something wrong? If I understand correctly you are trying to set this up: http://docs.openstack.org/folsom/openstack-network/admin/content/use_cases_single_router.html As

Re: [Openstack] [openstack] libvirt NIC can not send any package out when we do long time perfotmance

2013-04-14 Thread 小包
Hi stakers i have down and up vm's eth0, but not work, and my ENV host run centos 6.3 finally, and thanks very much about you helo ,and i will make some replace the virtIO NIC Thanks, BaoYongCheng 2013/4/13 Shake Chen > > http://www.pubyun.com/blog/openstack/%E9%87%8D%E8%B4%9F%E8%B

Re: [Openstack] Keystone Woes

2013-04-14 Thread Dolph Mathews
Short answer: yes. There are two types of token_format options available, PKI and UUID. UUID tokens result in increased network chatter as they must be validated remotely, whereas PKI tokens are big, self-signed, and can be validated offline. You can choose which format you'd like by setting key

Re: [Openstack] Keystone Woes

2013-04-14 Thread Daniel Ellison
On 2013-04-14, at 10:00 AM, Dolph Mathews wrote: > Short answer: yes. > > There are two types of token_format options available, PKI and UUID. > > UUID tokens result in increased network chatter as they must be validated > remotely, whereas PKI tokens are big, self-signed, and can be validated

Re: [Openstack] Summit Runners

2013-04-14 Thread Thomas Spatzier
Hi Luke, > From: Luke Tymowski > To: openstack@lists.launchpad.net, > Date: 11.04.2013 15:15 > Subject: [Openstack] Summit Runners > Sent by: openstack-bounces+thomas.spatzier=de.ibm@lists.launchpad.net > > G'day, > > Would anyone be interested in morning runs (5K) during the Summit in > PDX

Re: [Openstack] Lost copy-on-write feature when create volume from image with using Ceph RBD

2013-04-14 Thread Josh Durgin
On 04/11/2013 11:08 PM, 陈雷 wrote: Hi, Guys Recently I'm testing the new version of OpenStack Grizzly. I'm using Ceph RBD as the backend storage both for Glance and Cinder. In the old version of Folsom, when set the parameter ‘show_image_direct_url=True’ in the config file glance-api.conf, the p

Re: [Openstack] Puppet modules for OpenStack?

2013-04-14 Thread JuanFra Rodriguez Cardoso
Mirantis folks released FUEL days ago, its tool for production deployments www.mirantis.com/company/press-release/mirantis-fuel-openstack-secret-sauce/ Regards, JuanFra El 13/04/2013 21:01, "Dan Bode" escribió: > Hi Dennis, > > The modules mentioned above are in a great maintained state (just on

[Openstack] network connections in vm

2013-04-14 Thread zengshan2008
Hi all, I followed the instructions in https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst, but there is something wrong with network connnectios of the virtual machine, I can't ping the virtual machine, neither the private

[Openstack] network connections in vm

2013-04-14 Thread zengshan2008
Hi , I followed the instructions in https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst, but there is something wrong with network connnectios of the virtual machine, I can't ping the virtual machine, neither the private ip

[Openstack] no root disk, ephemeral disk quota?

2013-04-14 Thread Tian Gao
Hi all, I found these are quotas of swap, CPU, and so on. But I don't find quota of root disk, and ephemeral disk. Is that deliberate? or just maybe a forgetting? Best regards, -gtt ** ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] no root disk, ephemeral disk quota?

2013-04-14 Thread Lloyd Dewolf
On Sun, Apr 14, 2013 at 11:16 PM, Tian Gao wrote: > Hi all, > > I found these are quotas of swap, CPU, and so on. But I don't find quota of > root disk, and ephemeral disk. Is that deliberate? or just maybe a > forgetting? There are... what release and configuration of OpenStack are you using? --

Re: [Openstack] no root disk, ephemeral disk quota?

2013-04-14 Thread Tian Gao
thanks lloyddewolf. I was use folsom. On 2013年04月15日 14:25, Lloyd Dewolf wrote: On Sun, Apr 14, 2013 at 11:16 PM, Tian Gao wrote: Hi all, I found these are quotas of swap, CPU, and so on. But I don't find quota of root disk, and ephemeral disk. Is that deliberate? or just maybe a forgetting?

Re: [Openstack] no root disk, ephemeral disk quota?

2013-04-14 Thread Tian Gao
There is quota of volumes in cinder, but I need quota of root disk, and ephemeral disk. I think these two quota should be stay in nova rathen in cinder. is it right? On 2013年04月15日 14:25, Lloyd Dewolf wrote: On Sun, Apr 14, 2013 at 11:16 PM, Tian Gao wrote: Hi all, I found these are quotas

Re: [Openstack] no root disk, ephemeral disk quota?

2013-04-14 Thread Lloyd Dewolf
Correct, there are quotas on number of volumes and total size. I hadn't really thought on it before that flavors in combination with quotas you can restrict other resources more strictly than storage, though generally that seems to make sense. Could you explain your use case? On Sun, Apr 14, 20