[Openstack] AUTO: Alon Marx is out of the office (returning 04/20/2014)

2014-04-16 Thread Alon Marx
I am out of the office until 04/20/2014. I will be out of the office August 9 to August 12. I will have no email connectivity and no phone connectivity. For any urgent matters please contact Ohad Atia. Note: This is an automated response to your message "Openstack Digest, Vol 10, Issue 17" sen

[Openstack] About advice for Contribution

2014-04-16 Thread Mayur Patil
Howdy All, I need a small advice. I am working from last two years on Eucalyptus. Recently, switched to Openstack and trying to contribute to Code-Base. My skills are: *- I have good understanding of private Cloud* *- Total beginner in Python but somewhat good at Java*

Re: [Openstack] About advice for Contribution

2014-04-16 Thread Cloud Ops
于 2014-4-16 15:27, Mayur Patil 写道: My skills are: *- I have good understanding of private Cloud * *- Total beginner in Python but somewhat good at Java * * Except SWIFT & NEUTRON, I am clear with other components concepts. * so which project/component should I study to get

[Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-16 Thread Sam Morrison
I’ve been playing with having an Icehouse API cell and a Havana compute cell to see how it goes and to plan how we upgrade to Icehouse. Most things actually work out of the box, booting etc works which I would think is the hard one. Unfortunately some of the simple ones fail, after some brief t

[Openstack] [openstack-dev][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
Hi, I want to launch one VM which will have two Ethernet interfaces with IP of single subnet. Is this supported now in openstack ? Any suggestion ? Thanx ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] [openstack-dev][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Vikash Kumar
*With 'interfaces' I mean 'nics' of VM*. On Wed, Apr 16, 2014 at 4:18 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi, > > I want to launch one VM which will have two Ethernet interfaces with > IP of single subnet. Is this supported now in openstack ? Any suggestion ? > > >

[Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Mayur Patil
Hi All, I am experimenting to install swift on single machine. I am following this guide : http://docs.openstack.org/havana/install-guide/install/apt/content/general-installation-steps-swift.html What I have done is: 1. Created keystone endpoint using proxy-server IP i.e. mach

[Openstack] FW: Welcome to the "Openstack" mailing list (Digest mode)

2014-04-16 Thread Janak Thakkar
> Subject: Welcome to the "Openstack" mailing list (Digest mode) > From: openstack-requ...@lists.openstack.org > To: thakkarja...@live.com > Date: Wed, 16 Apr 2014 08:04:54 + > > Welcome to the Openstack@lists.openstack.org mailing list! > > To post to this list, send your email to: > >

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Kuo Hugo
Need more specific information of the ERROR. 2014-04-16 19:31 GMT+08:00 Mayur Patil : > Hi All, > > I am experimenting to install swift on single machine. > > I am following this guide : > http://docs.openstack.org/havana/install-guide/install/apt/content/general-installation-steps-sw

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Mayur Patil
Hi Kuo, This what I got from /var/log/syslog computenode proxy-server STDOUT: ERROR:root:Error connecting to memcached: 127.0.0.1:11211#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/swift/common/memcached.py", line 208, in _get_conns#012fp, sock = self._cl

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Mayur Patil
Hi Kuo, Additionally these are my configuration files proxy-server.conf: http://fpaste.org/94653/ memcached.conf: http://fpaste.org/94654/ rsyncd.conf: http://fpaste.org/94655/ object-expirer.conf: http://fpaste.org/94657/ Please have a look ! Thanks ! *--* *Cheers,Mayur* __

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

2014-04-16 Thread dua_rajd...@yahoo.com
how do you update the json? using gerrit or there is some other process. Sent from Yahoo Mail on Android ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lis

[Openstack] problem neutron with hyper-v (havana)

2014-04-16 Thread Ahmad Ben Maallem
Hi All, I set up a havana with hyper-v and neutron (vlan) platform. my problem is that the virtual machine does not take an ip address yet it takes the id of the vlan. Can you help me please. thanks. ___ Mailing list: http://lists.openstack.org/cgi-bin/

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

2014-04-16 Thread Brad Topol
The options are documented in http://devstack.org/stack.sh.html Just search for LDAP: Keystone can now optionally install OpenLDAP by enabling the ldap service in localrc (e.g. enable_service ldap). To clean out the Keystone contents in OpenLDAP set KEYSTONE_CLEAR_LDAP to yes (e.g. KEYSTONE_CL

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-16 Thread Chuck Thier
Hello, There is no such integration that I am aware of, sorry. -- Chuck On Wed, Apr 16, 2014 at 1:26 AM, mehmet hacısalihoğlu wrote: > 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

[Openstack] Vlans connect when using nova-compute

2014-04-16 Thread Lei Zhang
Hi, I am using nova-network + VlanNetworkManage in Havana (2013.2.2). But I meet following issue. Different tenants can ping each other using fixed ip. I also found a bug fixed commit[1] about this. But it seems not work very well. It add following rule to the iptables. (bond1 is the public_inte

[Openstack] VM events from OpenStack

2014-04-16 Thread Narayanan, Krishnaprasad
Hallo all, I am implementing a system in Java that should get VM related events such as created, deleted, resized and etc from OpenStack. Can I kindly know is there a project that publishes this information via Java REST interface? Regards, Krishnaprasad Narayanan __

Re: [Openstack] VM events from OpenStack

2014-04-16 Thread Narayanan, Krishnaprasad
Hallo all, >From the internet, I found that there is a project called StackTach which >seems to be monitoring utility for OpenStack events. Can I know is there a >Java interface for the StackTach project? Regards, Krishnaprasad From: /O=UNI-MAINZ/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SP

[Openstack] [Neutron] Scan IPs belongin to private networks

2014-04-16 Thread ZIBA Romain
Hello everyone, I have an Openstack infranstructure up and running with Neutron using GRE tunnel thanks to Openvswitch. I can create networks, subnets, floating IPs and private IPs. Now, I would like to scan my VMs for security purposes. Do you know if it is possible to scan private IPs with

Re: [Openstack] VM events from OpenStack

2014-04-16 Thread Sandy Walsh
Hi! Nova can publish notifications on the queue whenever anything important happens. https://wiki.openstack.org/wiki/SystemUsageData Tools like YAGI can consume these events and send them to downstream systems. Or you could use something like StackTach to consume them and expose them via a RES

[Openstack] open question about keystone-configuration

2014-04-16 Thread Wang, Min
Hello there, My name is Min Wang, and I am working in HP cloud compute team. I got a question regarding keystone configuration and need guidance. So I am following the instruction in this pdf file: http://docs.openstack.org/havana/install-guide/install/apt/openstack-install-guide-apt-havana.pdf

Re: [Openstack] [openstack-dev] About advice for Contribution

2014-04-16 Thread Mayur Patil
Thanks Solly for Guidance. I also hope to get familiar with NOVA internals soon. Thanks ! On Wed, Apr 16, 2014 at 9:20 PM, Solly Ross wrote: > If you start contributing to Nova, my advice would be to start small -- > find a part of Nova > that you get to know well, and then branch out. Nova i

Re: [Openstack] open question about keystone-configuration

2014-04-16 Thread Mayur Patil
Hi Min Wang, This is error might be due to permission problem you *must run *these commands from root. The command * openssh rand -hex 10* will create the token which you have to put in /etc/keystone/keystone.conf in admin section. the mentioned command # export

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

2014-04-16 Thread Rob Crittenden
Devendra Gupta wrote: OK, So If I want something on stable on Havana then I need to go through the HTTPD/mod_wsgi ? Isn't it. I also see lots of things around TripleO but don't have much idea. Things like TripleO, Tuskar .http://openstack.redhat.com/Deploying_RDO_using_Tuskar_and_TripleO Though

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Clay Gerrard
the econnrefused is probably saying the endpoint for keystone is misconfigured in your proxy? The link you pasted for your proxy conf looks like an rsync conf - the keystone section of your proxy could be very telling - you have to configure all that service account mumbo jumbo. You should also t

[Openstack] Testing Openstack Swift With COSBench

2014-04-16 Thread Ankit Deshwal
Hello Everyone, I am confugring openstack swift single node and doing testing with COSBench. IN COSBench during Workload Configuration if i am not selecting Clean up stage and Dispose Stage are these containers are created in my Object folder in my loopback device partition ?? Thank you _

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Shrinand Javadekar
Can you make sure that memcached is running on your machine? If not, make sure you install and run it. Also, I believe it is required that memcached be started first before starting swift. You might have to do: $ sudo service memcached stop $ swift-init all stop $ sudo service memcached start $ s

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

2014-04-16 Thread Martinx - ジェームズ
Hey guys, Good news! SPICE Console is now the default for this guide I wrote, and it is working with IPv6 too! Both SPICE Servers and Proxy... Check it out! Next step for VDI: Enable Sound device for each Instance. Cheers! Thiago On 15 April 2014 20:49, Martinx - ジェームズ wrote: > Hello Stacke

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-16 Thread Adam Lawson
Sounds like you're looking for a dump-excess cloud-to-cloud sort of thing? *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888) 406-7620 On Wed, Apr 16, 2014 at 7:00 AM, Chuck Thier wrote: > Hello, > > There is no such integration tha

Re: [Openstack] Openstack Swift with Azure Integration

2014-04-16 Thread Luse, Paul E
Kinda like this? https://review.openstack.org/#/c/64430/ From: Adam Lawson [mailto:alaw...@aqorn.com] Sent: Wednesday, April 16, 2014 3:27 PM To: Chuck Thier Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Openstack Swift with Azure Integration Sounds like you're looking for a dump-ex

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

2014-04-16 Thread Jeremy Stanley
On 2014-04-16 06:08:08 -0700 (-0700), dua_rajd...@yahoo.com wrote: > how do you update the json? using gerrit or there is some other > process. Yes, through the Gerrit instance at review.openstack.org. You probably want to propose an update to https://git.openstack.org/cgit/stackforge/stackalytics

[Openstack] Need to change Rabbitmq default port 5672

2014-04-16 Thread Jeffrey Nguyen (jeffrngu)
Hi, I have a setup in which I need to preserve port 5672 for ActiveMQ. On my OpenStack server, I'm trying to change the default port for Rabbitmq from 5672 to 5673. I modified this port in /etc/neutron/neutron.conf and /etc/rabbitmq/rabbitmq-env.conf and rebooted the server. After the ser

Re: [Openstack] [OpenStack] VirtualInterfaceCreateException: Virtual Interface creation failed

2014-04-16 Thread 钱林
Hi,august: I have this issue in icehouse on SuseSP3, and fix it by updating neutron.conf. This is soluton by eupub: https://ask.openstack.org/en/question/26985/icehouse-virtual-interface-creation-failed/ 2014-04-10 5:41 GMT+08:00 August Simonelli : > Hi all, > > I'm following the Icehouse+U

[Openstack] python-keystoneclient 0.8.0 released

2014-04-16 Thread Dolph Mathews
python-keystoneclient 0.8.0 has been released and is now available on pypi [1]. Given the recency of the 0.7 series, this a relatively small release. However, 0.8.0 notably fixes a race condition in keystoneclient.middleware.auth_token for PKI deployments [2], which is closely related to an issue

[Openstack] Integrate External Service with Keystone

2014-04-16 Thread Reza Bakhshayeshi
Hi, I want to integrate an external service with keystone, in a way that only an authorized user in keystone could make access to that service. In the simplest form, consider it as a web service which receive the user's request and return a specific feature of his/her instance. Surely, users shoul

Re: [Openstack] 401 unauthorized swift authentication

2014-04-16 Thread Kuo Hugo
For information in your memcached.conf : # Specify which IP address to listen on. The default is to listen on all IP addresses # This parameter is one of the only security measures that memcached has, so make sure # it's listening on a firewalled interface. -l 192.168.2.21 You need to set the mem