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

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+ h.

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. chuc

[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 : https://he

Re: [Openstack] building customized packages

2013-04-09 Thread Atul Jha
Hi, Hi, Is the a wiki explaining the process to create my own deb packages? Thanks, Edgar 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!! Atul http:

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 wrote: > 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.

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: https://wiki

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, fl

[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 l3_agent.ini

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

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 avail

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 wrote: > Hi Ari

Re: [Openstack] Grizzly official packages

2013-04-09 Thread Brad Knowles
On Apr 9, 2013, at 1:43 AM, skible.openst...@gmail.coma 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" : > 12.04 will get packages for Ope

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 p

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Mouad Benchchaoui
Hi, Check the scripts nova-api-os-compute and nova-api-metadata in the bin folder. HTH, On Tue, Apr

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

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 > On Apr 9, 2013, at 1:43 AM, skible.openst...@gmail.coma < > skible.openst...@gmail.com> wrote: > > > Thanks for

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 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 > https://wiki.ubuntu.com/ServerTeam/CloudArchive for de

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 > 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 m

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 wrote: > Is it safe to downgrade to a previous Ubuntu version? Can someone point a > good t

[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 (prometheanf

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

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 ac

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 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 vol

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 < juanfra.rodriguez.card...@g

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 this

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 wrote: > On Fri, Apr 5, 2013 at 7:20 AM, Lorin Hochstein > wrote: > > Michael (et al): > > > > The Grizzly release notes > > say: > > > > "The image-cache-manager has been turned on by default. T

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 5.0

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 wrote: > 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. > > N

[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( http://docs.openstack.org/developer/ceilometer/install/manual.

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-09 Thread Liu Wenmao
I solve this problem by two steps: 1 modify /etc/init/ceilometer-agent-central.conf exec start-stop-daemon --start --chuid ceilometer --exec /usr/local/bin/ceilometer-agent-central -- --config-file=/etc/ceilometer/ceilometer.conf 2 add some lines to /etc/ceilometer/ceilometer.conf: os-username=cei