[Openstack] OpenStackclient 0.4.0 release

2014-06-20 Thread Dean Troyer
OpenStackClient 0.4.0 has been released to PyPI. This release consists of a number of new commands and bug fixes. As of this release we feel it is ready for general consumption for the Compute, Identity, Image and Volume APIs. The commands for these APIs should be considered to be in their final fo

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-20 Thread Dmitry S. Makovey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/20/2014 12:23 PM, Raphael Ribeiro wrote: > Hi Mark, thanks for answering. I already have done this, same error > logs. I cannot imagine what is wrong with my files: > > compute node config > https://gist.github.com/raphapr/8e7896a738c6f6e6d27d

[Openstack] struggling with neutron inside VM

2014-06-20 Thread Dmitry S. Makovey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I'm having a heck of a time trying to get my own setup going. I've got as far as having all the components installed and 'openstack-status' reporting things as expected. The setup in using CentOS 6 VM with RDO IceHouse repo (I'm test-dr

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-20 Thread Raphael Ribeiro
Hi Mark, thanks for answering. I already have done this, same error logs. I cannot imagine what is wrong with my files: compute node config https://gist.github.com/raphapr/8e7896a738c6f6e6d27d neutron node config https://gist.github.com/raphapr/a9e804f40d3336d7db7f controller node config https:/

[Openstack] FIXED_RANGE and FLOATING_RANGE for simple localrc for DevStack

2014-06-20 Thread Mike Spreitzer
Suppose I want a simple localrc to use with DevStack on a machine that has a single NIC and is using IPv4 address 10.10.0.42 and netmask 255.255.0.0, and I know addresses 10.10.1.0--10.10.255.254 are unused. What would be reasonable working choices for FIXED_RANGE and FLOATING_RANGE? Thanks, M

Re: [Openstack] [OpenStack] Unable to attach a new interface to vm

2014-06-20 Thread Vimal Kumar
Debugging further, I see the below entries in /var/log/neutron/openvswitch-agent.log: 2014-06-20 11:08:02.954 5410 INFO neutron.api.v2.resource [-] create failed (client error): No more IP addresses available on network 31956556-c540-4676-9cd4-e618a4f93fc8. 2014-06-20 11:08:02.955 5410 INFO neutro

Re: [Openstack] Unable to run VNC due to consoleauth failing

2014-06-20 Thread Abhijeet Rastogi
Also, I get this error in "Console" of Google Chrome if that helps. New state 'failed', was 'ProtocolVersion'. Msg: Failed to connect to server (code: 1006) util.js:111 Util.Errorutil.js:111 RFB.updateStaterfb.js:430 RFB.failrfb.js:520 (anonymous function)rfb.js:250 websocket.onclose And, I don'

[Openstack] [OSSG][OSSN] Session-fixation vulnerability in Horizon when using the default signed cookie sessions

2014-06-20 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Session-fixation vulnerability in Horizon when using the default signed cookie sessions - --- ### Summary ### The default setting in Horizon is to use signed cookies to store session state on the client side. This creates the possibility that if an a

[Openstack] Unable to attach a new interface to vm

2014-06-20 Thread Vimal Kumar
Hi all, I am running IceHouse (RDO) and currently unable to attach a new interface to a vm. [root@localhost ~(keystone_admin)]# nova interface-attach myvm1 ERROR: PortLimitExceeded_Remote: Maximum number of ports exceeded Traceback (most recent call last): File "/usr/lib/python2.6/site-package

Re: [Openstack] Tenant List

2014-06-20 Thread Rick Jones
Might this be an example of different people seeing different things because they are looking at different versions of the nova CLI? rick jones (In the version of nova I happen to use - 2.17.0.65 - I see a --tenant_id option rather than a --tenant option in the output of nova help ...) _

Re: [Openstack] [Nova] How to confirm I have the right database schema when checkout to another branch?

2014-06-20 Thread Vishvananda Ishaya
You need to remove the old .pyc files in the migrate_repo/versions directory. I have an alias in my .gitconfig to allow me to checkout a branch and delete pycs in one command: [alias] cc = !"TOP=$(git rev-parse --show-toplevel); find $TOP -name '*.pyc' -delete; git-checkout” so i can do:

[Openstack] Unable to run VNC due to consoleauth failing

2014-06-20 Thread Abhijeet Rastogi
Hi everyone, I did a new installation of icehouse using the community puppet modules. I can spawn all the instaces perfectly but I can't get the VNC to work. The auth token that I get from "nova get-vnc-console" command is invalid. In the /var/log/nova/consoleauth.log logs, I see, 2014-06-20 1

Re: [Openstack] br-tun in icehouse ..?

2014-06-20 Thread m.channappa.negalur
Thank you for the answer !! Regards, Malleshi CN -Original Message- From: Lars Kellogg-Stedman [mailto:l...@redhat.com] Sent: Friday, June 20, 2014 6:48 PM To: Channappa Negalur, M. Cc: openstack@lists.openstack.org Subject: Re: [Openstack] br-tun in icehouse ..? On Fri, Jun 20, 2014 at

Re: [Openstack] br-tun in icehouse ..?

2014-06-20 Thread Lars Kellogg-Stedman
On Fri, Jun 20, 2014 at 12:49:56PM +, m.channappa.nega...@accenture.com wrote: > I have observers few differences in Ice House and Havana. In Havana > br-tun is mentioned in the ovs_neutron_plugin.ini . In Ice House I > couldn't see br-tun in any configuration. Its function is replaced > by so

[Openstack] br-tun in icehouse ..?

2014-06-20 Thread m.channappa.negalur
Hello team, I have observers few differences in Ice House and Havana. In Havana br-tun is mentioned in the ovs_neutron_plugin.ini . In Ice House I couldn't see br-tun in any configuration. Its function is replaced by something else ? Or I missed it ..please correct me .. Havana: Neutron Node c

Re: [Openstack] Tenant List

2014-06-20 Thread Deepak Shetty
Georgios, Why do you think its present ? Can you justify your claim pls ? This is what I see... [stack@devstack-large-vm ~]$ [admin] nova -h| grep tenant [--os-tenant-name ] [--os-tenant-id ] [--os-auth-url ] flavor-access-add Add flavor access for the given ten

Re: [Openstack] Tenant List

2014-06-20 Thread Georgios Dimitrakakis
These are my findings: $ nova help list usage: nova list [--reservation-id ] [--ip ] [--ip6 ] [--name ] [--instance-name ] [--status ] [--flavor ] [--image ] [--host ] [--all-tenants [<0|1>]] [--tenant []] [--deleted]

Re: [Openstack] Tenant List

2014-06-20 Thread Deepak Shetty
Sorry! My bad.. i was wrong :) nova help list does show the option Maybe you can raise a bug in LP if its not working. My 2 cents On Fri, Jun 20, 2014 at 4:44 PM, Deepak Shetty wrote: > Georgios, > >Why do you think its present ? Can you justify your claim pls ? > > > This is what I see

Re: [Openstack] Tenant List

2014-06-20 Thread Georgios Dimitrakakis
I 've just send the output of "nova help list" I will submit a bug report! Thx, G. On Fri, 20 Jun 2014 16:47:13 +0530, Deepak Shetty wrote: Sorry! My bad.. i was wrong :) nova help list does show the option Maybe you can raise a bug in LP if its not working. My 2 cents On Fri, Jun 20,

Re: [Openstack] SPICE console for OpenStack Havana

2014-06-20 Thread foss geek
Hi Martinx, Thanks for your help. It works fine with the below configuration for OpenStack Havana. This thread will help for others if they need to integrate SPICE. On Fri, Jun 20, 2014 at 12:56 AM, Martinx - ジェームズ wrote: > Hey Foss, > > Here is how I'm using SPICE Consoles but, with IceHou

Re: [Openstack] Tenant List

2014-06-20 Thread Georgios Dimitrakakis
Indeed there is available and in principle it should work as an admin...but it doesn't. Best, G. On Fri, 20 Jun 2014 12:30:31 +0300, Mārtiņš Jakubovičs wrote: Look command as "nova help list", there is such option --tenant and I can confirm, it didn't work for me either. On 2014.06.20. 12:

Re: [Openstack] Tenant List

2014-06-20 Thread Mārtiņš Jakubovičs
Look command as "nova help list", there is such option --tenant and I can confirm, it didn't work for me either. On 2014.06.20. 12:16, Deepak Shetty wrote: > I think --tenant is not a supported option for nova > I don't see it under nova -h > > What i see is this... > --os-tenant-name > > So ma

Re: [Openstack] Tenant List

2014-06-20 Thread Deepak Shetty
I think --tenant is not a supported option for nova I don't see it under nova -h What i see is this... --os-tenant-name So maybe --tenant is just being ignored and hence the cmd reduces to `nova list` hence it shows only admin instance as u r logged in as admin On Fri, Jun 13, 2014 at 6:40 PM,

Re: [Openstack] want to contribute studied architecture of swift

2014-06-20 Thread pragya jain
Hi Trinath, As mentioned in the link suggested by you, I create launchpad account and join Openstack Foundation. Now what should I do to contribute the findings? Regards  Pragya jain On Tuesday, 17 June 2014 11:10 AM, "trinath.soman...@freescale.com" wrote: > > >The answer is YES. >  >L