[Openstack] Designate DNSaaS and Horizon

2013-12-31 Thread jason
Hi, Is there a Horizon plugin or something to manage Designate yet? I did some quick searching but can't seem to find anything on github or launchpad about it. If there is, can someone point me in the right direction? Thanks! jason ___ Ma

Re: [Openstack] Designate DNSaaS and Horizon

2014-01-07 Thread Jason
I would be very interested in anything you have. I want to deploy designate but the customer would like it as another panel in horizon. Thanks for looking into it! Jason > On Jan 7, 2014, at 1:25 PM, "Mac Innes, Kiall" wrote: > > Hey Jason/Andriy, > > T

Re: [Openstack] Can not use keepalived in vms

2013-08-07 Thread Jason Ford
://stackoverflow.com/questions/12908701/keepalived-works-well-without-iptables See if that helps you out. Regards, Jason -- Jason Ford jf...@blackmesh.com Drupal/Magento/OpenStack Hosting Solutions http://www.blackmesh.com From: Lei Zhang mailto:zhang.lei@gmail.com

Re: [Openstack] Ubuntu 14.04 + IceHouse, Metadata returns "Error 500"...

2014-05-19 Thread Jason Bishop
I had same symptom (trusty/icehouse). hitting metadata via the 169 address generated the same error. I turned on debug for metadata service and found I had my auth_url pointing to wrong place in metadata_agent.ini. I suspect you have checked all of these things already. If you suspect v4/v6 pro

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Jason Bishop
that happened to me too. maybe same root cause? see http://ubuntuforums.org/showthread.php?t=2223789 cheers jason On Mon, May 19, 2014 at 10:59 PM, Martinx - ジェームズ wrote: > I managed to login into a Ubuntu Instance via `SPICE Console` and there is > more network outages from wit

Re: [Openstack] ownCloud and openstack

2014-07-12 Thread Jason Bishop
connection for keystone and swift services. I will pull proper https certificates and check ssl plumbing is working fine. After that my next steps will probably be authentication and LDAP related. Jason On Mon, Jul 7, 2014 at 9:09 AM, Frank Karlitschek wrote: > Hi Hugo, > > >

Re: [Openstack] Rackspace abandons Open vSwitch ?

2014-09-26 Thread Jason Kölker
On Sat, Sep 27, 2014 at 3:50 AM, Raghu Vadapalli wrote: > As per this news article listed below, Rackspace is abandoning Open vSwitch. > Is this where everyone else going in general ? That conclusion is inaccurate. The entirety of the public cloud runs openvswitch for both public/servicenet conn

Re: [Openstack] Rackspace abandons Open vSwitch ?

2014-09-27 Thread Jason Cannavale
erms of what we actually use. Jason On Sep 27, 2014, at 11:41, Tim Bell wrote: >> -Original Message- >> From: Dennis Jacobfeuerborn [mailto:denni...@conversis.de] >> Sent: 27 September 2014 13:26 >> To: openstack@lists.openstack.org >> Subject: Re: [Openstack]

Re: [Openstack] Rackspace abandons Open vSwitch ?

2014-09-27 Thread Jason Kölker
On Sat, Sep 27, 2014 at 4:29 PM, Tim Bell wrote: > I also am not clear on what the best option is for a scalable open source > Neutron plug in. The surveys are regularly reporting open vswitch is the most > commonly used but it is not clear if that is the best one for production at > scale. Are

Re: [Openstack] Juno: Fail to set the network namespace "qrouter-7b422c9d-c5f9-4bb5-b1b3-159954c72323": Operation not permitted

2014-10-05 Thread Jason Bishop
the exec needs root perms. just add a sudo and you should be good. jason@devstack:~$ ip netns list qdhcp-c6333eca-6fe4-40af-ad61-c1435a4701ef qrouter-840c0ae7-ef5b-4be2-b496-b8a53080976b jason@devstack:~$ ip netns exec qrouter-840c0ae7-ef5b-4be2-b496-b8a53080976b ping 10.0.0.1 seting the

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Jason Smith
Hello, When booting an instance you can assign the IP with v4-fixed-ip= Below is an example. $ nova boot --nic net-id=3ff9b903-e921-4752-a26f-cba8f1433992,v4-fixed-ip=10.0.0.30 \ --image centos-6-cloud --key-name lars --flavor m1.small test0 Thanks, -js -- Typo’s courtesy of Apple --

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Jason Smith
Glad it helped Thanks, -js -- Typo’s courtesy of Apple -- On December 16, 2015 at 1:19:59 PM, Satish Patel (satish@gmail.com) wrote: Thanks jason!! On Wed, Dec 16, 2015 at 11:57 AM, Jason Smith wrote: > Hello, > > When booting an instance you can assign the IP with v4