Re: [Openstack] Question regarding Nova in Havana

2014-04-15 Thread Prashant Upadhyaya
Hi Yaguang, [also posted this on dev] Thanks, now one more question – When I send the request out, I send it to the exchange ‘nova’ and routing key ‘conductor’ (using RabbitMQ), this will take the message to the Nova Conductor on the controller, I have been able to do that much. I do see that

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-15 Thread mehmet hacısalihoğlu
Hi, My problem; If swift storage fill up 80 percent or 90 percent, It will automaticly store azure storage to new data. So I want to integrate swift with azure. Or How can solve this problem? Regards. 2014-04-15 20:51 GMT+03:00 Chuck Thier : > I'm not aware of any integration between Swift and

Re: [Openstack] Query on container sync

2014-04-15 Thread Mohammed, Allauddin
Since I have seen some cloud vendor’s don’t support container sync from another private cloud’s From: Hugo [mailto:tonyt...@gmail.com] Sent: Wednesday, April 16, 2014 11:19 AM To: Mohammed, Allauddin Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Query on container sync Any specific

Re: [Openstack] Query on container sync

2014-04-15 Thread Kuo Hugo
- So do they want to sync everything from another private cloud to Swift's container for once or continually ? - Will they perform two-way sync or one-way sync ? For current implementation of container-sync, I'd like to say the answer is no for this scenario. If they just want to pull ou

Re: [Openstack] Question regarding Nova in Havana

2014-04-15 Thread Yaguang Tang
Hi Prashant, when the service starts, it checks if it has already registered in the database, if not, it will update the db to create an item for itself. you can see from the nova/service.py 149 def start(self): 150 verstr = version.version_string_with_package() 151 LOG.audit(

Re: [Openstack] Query on container sync

2014-04-15 Thread Hugo
Any specific reason in this way for container-sync? From Hugo's iPhone > On 2014/4/16, at 下午1:15, "Mohammed, Allauddin" > wrote: > > Hi All, > I had a question regarding container sync. Can container sync be > accomplished using keystone authentication and normal PUT requests as coming

[Openstack] Query on container sync

2014-04-15 Thread Mohammed, Allauddin
Hi All, I had a question regarding container sync. Can container sync be accomplished using keystone authentication and normal PUT requests as coming from an external client, instead of using current sync-key based authentication. Regards, Mohammed Allauddin _

[Openstack] Question regarding Nova in Havana

2014-04-15 Thread Prashant Upadhyaya
Hi, I am writing a Compute Node Simulator. The idea is that I would write a piece of software using C which honors the RabbitMQ interface towards the Controller, but will not actually do the real thing - everything on the Compute Node will be simulated by my simulator software. The problem I

Re: [Openstack] The project of an image or images have a project

2014-04-15 Thread Carlos Miguel Hernández Romero
if I put private not get the project : >From command if the project goes " owner" : vagrant@precise64:~$ glance image-show '415fe371-14c1-42d7-9b4f-dd1d1921ef0b' +--+--+ | Property | Value| +

Re: [Openstack] The project of an image or images have a project

2014-04-15 Thread 严超
#export -p or read /etc/profile to find which tenant/project you are in. Try to check env variables. On Apr 16, 2014 11:20 AM, "Carlos Miguel Hernández Romero" < miguel2herma...@gmail.com> wrote: > if I put private not get the project : > From command if the project goes " owner" : > vagrant@preci

Re: [Openstack] Federated Authn & ldap/saml

2014-04-15 Thread Adam Young
I posted a message on openstack-dev. The short version is that we need a mechanism for deconflicting userids between multiple backends. I expect to have this hashed out at the Juno summit. On 04/14/2014 01:35 PM, Adam Lawson wrote: Incidentally, were the release notes recently added? RC2 cand

Re: [Openstack] Install OS-KSADM and LDAP for Devstack

2014-04-15 Thread Adam Young
On 04/10/2014 12:34 AM, Shital Patil wrote: Hi, I have a devstack setup running but for tenant management I need /OS/-/KSADM /extension//and LDAP configuration//with /keystone /what changes will I need to do in local.conf/? / /Thank you / ___ Mail

Re: [Openstack] The project of an image or images have a project

2014-04-15 Thread Carlos Miguel Hernández Romero
I forgot to say that the project is indicated in: | Owner | 0351a1f84f0fbd29548fb6f73eed | 2014-04-16 3:33 GMT+02:00 Carlos Miguel Hernández Romero < miguel2herma...@gmail.com>: > Thanks for answer. > My problem is I want to know the Python API which is the OpenStack project > an image. > I

Re: [Openstack] The project of an image or images have a project

2014-04-15 Thread Carlos Miguel Hernández Romero
Thanks for answer. My problem is I want to know the Python API which is the OpenStack project an image. I get everything but that project belongs: url = '/v2/images/0d7c09eb-d100-4a13-84e7-fdda2f50bfd3' print glance.images.http_client.json_request('GET', url) (, {u'status': u'active', u'name': u'

Re: [Openstack] The project of an image or images have a project

2014-04-15 Thread 严超
| is_public | True If is_public is True, the image doesn't belong to any projects. The image can be used by any projects and users *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

Re: [Openstack] Openstack Swift Testing

2014-04-15 Thread Wang, Yaguang
Hi Ankit, As replied on cosbench mailing list, tempauth follows the same rule as swauth, so you could use swauth for tempauth authentication. Anyway, I will add comments in the sample configuration and user guide to emphasize it. Thanks, -yaguang From: Luse, Paul E Sent: Tuesday, April 15, 201

Re: [Openstack] Neutron Issues...

2014-04-15 Thread Erich Weiler
I think I've identified a problem - when I create a new network and subnet via [neutron net-create and neutron subnet-create], it creates the networks fine, and then I start the dhcp service on the network node: /etc/init.d/neutron-dhcp-agent start It seems to add a tap interface to br-int: #

Re: [Openstack] Network API: how to set fixed MAC address

2014-04-15 Thread Jeffrey Nguyen (jeffrngu)
I'm adding the alias back to see if anyone knows the answers for the questions I asked Zhi below. Thanks, -Jeffrey From: jeffrngu mailto:jeffr...@cisco.com>> Date: Monday, April 14, 2014 8:27 PM To: Aaron Segura mailto:aaron.seg...@gmail.com>>, "zhiy...@cn.ibm.com"

[Openstack] ANNOUNCEMENT: Ultimate OpenStack IceHouse Guide - IPv6-Ready (almost)!

2014-04-15 Thread Martinx - ジェームズ
Hello Stackers, I just finished a Quick Guide for OpenStack IceHouse, on top of Ubuntu 14.04 and, IPv6 is working! But, IPv6 support is very limited, it is required manual intervention but, at least, it works! There is no IPv6 on Neutron L3 router yet, so, this guide doesn't use it, instead, it u

[Openstack] [Ceilometer] Icehouse RC3 available

2014-04-15 Thread Thierry Carrez
Hello everyone, One misnamed meter was discovered in Ceilometer release candidate testing. Rather than having to support this misnamed meter in the Icehouse final release, we decided to respin a new release candidate to include the renamed meter in the final Icehouse release. You can find a link t

Re: [Openstack] Glance Image list not working after Keystone SSL setup

2014-04-15 Thread Devendra Gupta
Finally I was able to solve this issue by deleting wrong certificates form the following path: rm /var/lib/neutron/keystone-signing/* Now I have a complete OpenStack environment running with SSL enabled Keystone but all other components are running on HTTP. I am thinking to follow the same appro

Re: [Openstack] Enabling SSL For The OpenStack API using HTTPD and mod_wsgi

2014-04-15 Thread Devendra Gupta
Thank you so much Mark for your helpful inputs. Regards, Devendra On Tue, Apr 15, 2014 at 3:26 AM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Devendra, > > We are now using an SSL terminator solution instead of attempting to turn > SSL on all of the OpenStack services. I have not

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-15 Thread Chuck Thier
I'm not aware of any integration between Swift and Azure. Could you explain more what problem you are trying to solve? Thanks, -- Chuck On Tue, Apr 15, 2014 at 6:55 AM, mehmet hacısalihoğlu wrote: > Hi All, > > I want to integrate swift with azure. But I dont find related document to > this s

[Openstack] The project of an image or images have a project

2014-04-15 Thread Carlos Miguel Hernández Romero
I want to know using the Python API OpenStack project that has images or vice versa , that project has an image . >From the command line gives you the information : vagrant@precise64:~/devstack$ glance image-show 'a8ddca2e-f004-4329-a9d6-83fd8d0589de' +---+--

Re: [Openstack] Question about my company info in stackalytics

2014-04-15 Thread Amrith Kumar
Your launchpad account (https://launchpad.net/~zhangleiqiang) lists only your gmail address (the one from which you sent this email, for example). You should go and add yourself to default_data.json and list both email addresses. -- Amrith Kumar, CTO, Tesora Twitter: @amrithkumar Skype: amrit

[Openstack] Question about my company info in stackalytics

2014-04-15 Thread Trump.Zhang
I found my company info in stackalytics website had been changed to "independent" after I verified the ICLA. ([1]) After reading the "how to change" anchor on this page which is linked to [2], I am still confused. My main email is "zhangleiqi...@huawei.com", and the domain is in the "default_data.

Re: [Openstack] Enabling SSL For The OpenStack API using HTTPD and mod_wsgi

2014-04-15 Thread Devendra Gupta
Missed include list so adding. On Apr 15, 2014 9:41 AM, "Devendra Gupta" wrote: > Hi Mark, > > Thanks for your inputs around "Stunnel", I'll try it later as it looks > very new to me and little unknown/complex. But first I wanted to try HTTPD > with mod_wsgi as I don't have much security concern

Re: [Openstack] Virtual switch component with ports

2014-04-15 Thread Everett Toews
Hi Shital, I know we covered this in the jclouds user mailing list a while ago but I wanted to follow up on it here too. The jclouds Maven dependency for Neutron is org.apache.jclouds.labs openstack-glance ${jclouds.version} You would access these feature via the Po

Re: [Openstack] Dbaas trove

2014-04-15 Thread Ali Nazemian
I just find create and view instance there. What about other operations? On Mon, Apr 14, 2014 at 7:43 PM, Amrith Kumar wrote: > Ali, > > > > Have you tried to do this through Horizon? There is limited user interface > for the MySQL data store. Depending on exactly what you want to do this may

[Openstack] [openstack-dev] magnetodb 2.0.2 released

2014-04-15 Thread Ilya Sviridov
Hello openstackers, MagnetoDB community is proud to announce the release of magnetodb-2.0.2 milestone. It is publicly available here https://pypi.python.org/pypi/magnetodb/2.0.2 http://tarballs.openstack.org/magnetodb/ The version contains following features and major fixes + devstack integratio

Re: [Openstack] Openstack Swift Testing

2014-04-15 Thread Luse, Paul E
+Yaguang. I believe you can also add issues in the form of questions at https://github.com/intel-cloud/cosbench From: Ankit Deshwal [mailto:ankit.deshwal2...@gmail.com] Sent: Sunday, April 13, 2014 8:13 AM To: openstack@lists.openstack.org Subject: [Openstack] Openstack Swift Testing Heloo Ever

[Openstack] Openstack Swift with Azure Integration

2014-04-15 Thread mehmet hacısalihoğlu
Hi All, I want to integrate swift with azure. But I dont find related document to this subject. How can integrate swift with azure? Regards. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.op

[Openstack] [Cinder] Icehouse RC3 available

2014-04-15 Thread Thierry Carrez
Hello everyone, Two regressions were detected in Cinder release candidate testing. We respun a new release candidate to include the fixes for those issues in the final Icehouse release. You can find links to the 2 bugs fixed and the RC3 source tarball at: https://launchpad.net/cinder/icehouse/ice