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

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
Added the alias backā€¦ 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" mailto:zhiy...@cn.ibm.com>> Subject: Re: [Openstack] Network API: how to set fixed MAC address

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

2014-04-14 Thread Devendra Gupta
Hi Yaguang, I already tried it but still facing the same issue. I added auth_version=2.0 to the keystone_authtoken section on both nova and neutron conf file and then restarted all nova and neutron services. I see exact same error in the logs as mentioned in my previous mail. Devendra On Tue, A

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

2014-04-14 Thread Yaguang Tang
Devendra, Please try add auth_version=2.0 to the keystone_authtoken section on both nova and neutron conf file. there is a bug may affect you. referred to https://ask.openstack.org/en/question/8235/havana-neutron-unauthorized-authentication-required/ 2014-04-14 22:35 GMT+08:00 Devendra Gupta :

Re: [Openstack] [openstack][ceilometer] statistic on instance

2014-04-14 Thread liusheng
Hi,ZhiQiang, I have the same confusion, coincidentally, for some metrics, samples can be generated from both motification-agent and central-agent(or compute-agent), such as image, floatingip, image.size..., these samples from notification can effect the statistics of the meter, further, this m

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

2014-04-14 Thread Anne Gentle
Looks like you can only list the assigned mac addresses with the os-virtual-interfaces extension for the Compute API: http://api.openstack.org/api-ref-compute-v2-ext.html#ext-os-virtual-interfaces Looks like a doc bug that the os-virtual-interfaces extension isn't in the Compute API guide you're l

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

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
Ok, I found the extended API which from the description seems to allow attaching a fixed MAC address when creating a server: http://docs.openstack.org/api/openstack-compute/2/content/POST_OS-EXT-IPS-MAC-v2_createServer_v2__tenant_id__servers_ext-os-server-os-ext-ips-mac.html. However, I'm havi

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

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
Hi, I'm new to this mailing list, please feel free to direct my question to appropriate list if this is not the right one. I'm currently using http://docs.openstack.org/api/openstack-compute/2/content/POST_createServer_v2__tenant_id__servers_CreateServers.html to launch an instance on OpenStac

Re: [Openstack] Unable to post code for review via Gerrit

2014-04-14 Thread Amrith Kumar
Vivek, I had a similar issue and it turned out to be user-error. I had multiple Launchpad profiles that were not linked to each other and I had signed the ICLA as a different one from the one that git review was attaching to the chkin. As a point of reference, I got help from the folks at #ope

Re: [Openstack] Unable to post code for review via Gerrit

2014-04-14 Thread Clark Boylan
On Mon, Apr 14, 2014 at 3:42 PM, Narasimhan, Vivekanandan wrote: > Hi, > > > > I have been working on Neutron OVS Distributed Virtual Router. > > > > When I tried to push the WIP code to Gerrit, I am getting the following > error: > > > > workspace:~/dev/upstream/neutron$ git review > > fatal: ICL

[Openstack] Unable to post code for review via Gerrit

2014-04-14 Thread Narasimhan, Vivekanandan
Hi, I have been working on Neutron OVS Distributed Virtual Router. When I tried to push the WIP code to Gerrit, I am getting the following error: workspace:~/dev/upstream/neutron$ git review fatal: ICLA contributor agreement requires current contact information. Please review your cont

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

2014-04-14 Thread Devendra Gupta
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 not sure, what all this

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

2014-04-14 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
I am just learning myself and it is aimed at Icehouse, not Havana. http://docs.openstack.org/developer/tripleo-incubator/devtest.html Mark -Original Message- From: Devendra Gupta [mailto:dev29...@gmail.com] Sent: Monday, April 14, 2014 3:14 PM To: Miller, Mark M (EB SW Cloud - R&D - Co

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

2014-04-14 Thread Devendra Gupta
Thanks Mark, TripleO seems good. I just came to know about it from you so doing google around it. Do you see some known/trusted doc to configure it with OpenStack. I am willing to proceed with it on Havana. - Devendra On Tue, Apr 15, 2014 at 3:26 AM, Miller, Mark M (EB SW Cloud - R&D - Corvallis)

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

2014-04-14 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Devendra, We are now using an SSL terminator solution instead of attempting to turn SSL on all of the OpenStack services. I have not attempted to turn SSL on Havana nor Icehouse builds, but the Grizzly base was pretty flakey . Right now the TripleO work is using the "stunnel" proxy server in fr

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

2014-04-14 Thread Devendra Gupta
Hi, I want to enable SSL for all the OpenStack APIs and test it but I couldn't find detailed doc on docs.openstack.org. Does anyone have some notes on how to set this up ? I did good search around it on Google and OpenStack/RDO mailing list, I found lots of different paths but most of them were l

Re: [Openstack] Neutron Issues...

2014-04-14 Thread Erich Weiler
I think I'm getting a little closer.. I see that on my neutron network node my DHCP server (dnsmasq) is on 10.200.0.3: # ip netns qrouter-eefaa5c8-95fc-4b3d-a8d2-27eebc449337 qdhcp-e4448083-ec61-4293-ad0e-62239986965f # ip netns exec qdhcp-e4448083-ec61-4293-ad0e-62239986965f ifconfig lo

Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
Hacked around it. Sqlalchemy was reporting 0.9.4 from the default module: [root@fw1 ~]# python Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlalchemy >>> sqlalch

[Openstack] [keystone] Federated Authn & ldap/saml

2014-04-14 Thread Steve Martinelli
Responding back to http://lists.openstack.org/pipermail/openstack/2014-April/006558.html Hey Adam and Michael, Actually, SAML Federation support was released for Keystone - https://wiki.openstack.org/wiki/ReleaseNotes/Icehouse#Key_New_Features_5 You can checkout out the Federation API spec here:

Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
Yep, I can provide more logs: First, I've done a bit more debugging and I'm pretty sure there's nothing wrong with Keysonte. I created a new user and gave that user the admin role on the service tenant, just to check, and was able to get tokens and whatnot; no change in behavior. So, here's

Re: [Openstack] Neutron Issues...

2014-04-14 Thread Erich Weiler
And additionally here's my "iptables -L" on the compute node with the VM running on it, if anyone can see anything wrong with it that might block ARP responses... I didn't modify this manually, looks like Open vSwitch did all the tweaking. Remember 10.200.0.3 is the dnsmasq server and 10.200.

Re: [Openstack] Neutron Issues...

2014-04-14 Thread Erich Weiler
No one can see anything wrong? Here's "ovs-vsctl show" on the neutron network node, if it helps: # ovs-vsctl show 52702cef-6433-4627-ade8-51561b4e8126 Bridge "br-eth2" Port "phy-br-eth2" Interface "phy-br-eth2" Port "eth2" Interface "eth2" Port

Re: [Openstack] Federated Authn & ldap/saml

2014-04-14 Thread Adam Lawson
I originally thought it was going to be included with Icehouse but Adam Young over at Redhat stated otherwise a month ago on this list (didn't see any documentation on it either). "Its not there yet. (federated keystone) We (the Keystone team) couldn't > agree on an approach in time for Icehouse.

Re: [Openstack] Federated Authn & ldap/saml

2014-04-14 Thread Adam Lawson
Incidentally, were the release notes recently added? RC2 candidates are all being released and I found no release notes on any of the program thus far. *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888) 406-7620 On Mon, Apr 14, 2014 a

Re: [Openstack] Federated Authn & ldap/saml

2014-04-14 Thread Dolph Mathews
On Fri, Apr 11, 2014 at 1:57 PM, Adam Lawson wrote: > Hi Michael, > KS Federation was originally planned for Icehouse RC2 but was later > postponed until the Juno release with priority since there was a > disagreement re approach. Or something along those lines. But it won't be > included with Ic

Re: [Openstack] Dbaas trove

2014-04-14 Thread Amrith Kumar
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 or may not be sufficient. Hope that helps! -amrith Amrith Kumar, Founder & CTO [tesora-small] Direct: 978-707-8010 x1002 Twitter: @am

[Openstack] Fwd: [openstack][ceilometer] statistic on instance

2014-04-14 Thread ZhiQiang Fan
Hi, operators, I have an environment running openstack havana which enables ceilometer service, and I set notify_on_state_change = vm_and_task_state in /etc/nova/nova.conf. So there are notifications being sent when instances state and task status changed, the problem that the end users may create

Re: [Openstack] [openstack][ceilometer] statistic on instance

2014-04-14 Thread ZhiQiang Fan
Hi, operators, I have an environment running openstack havana which enables ceilometer service, and I set notify_on_state_change = vm_and_task_state in /etc/nova/nova.conf. So there are notifications being sent when instances state and task status changed, the problem that the end users may create

Re: [Openstack] Horizon inconsistencies

2014-04-14 Thread Julie Pichon
Hi Erich, On 11/04/14 17:32, Erich Weiler wrote: > Hey Y'all, > > In my seemingly never-ending quest to nail down OpenStack, I'm having > two odd issues with Horizon I was hoping someone could shed some light > on. I'm using RDO OpenStack Icehouse RC1. > > 1: My test user has been creating and

Re: [Openstack] Glance 500 errors

2014-04-14 Thread Damon Wang
Hi Will, I agree to @zhiyan that the log are not valuable enough, in most cases, it is because "Authorization Failure" for db's pass, or auth protocol or others. Anyway, please provide more log or config file's detail. Hope it helps Damon 2014-04-14 14:19 GMT+08:00 Zhi Yan Liu : > In both gl