[Openstack] Trove clustering

2017-04-10 Thread Evgeniy Ivanov
Hello, What datastores officially supported for Trove clustering? (apart of mongodb). According to the Trove/DatastoreCompatibilityMatrix there are no any other datastores with stable clustering. Is that correct? Thanks! -- Best Regards, Evgeniy Ivanov __

[Openstack] Reminder User Committee Meeting

2017-04-10 Thread Melvin Hillsman
Hey everyone, User Committee will meet today in #openstack-meeting @ 1900UTC. If you have any requests for agenda items you can reply to this email or message any of the UC members via email as well as IRC - #openstack-uc -- Kind regards, OpenStack UC ___

Re: [Openstack] [openstack-dev] Common client version to communicate with various OpenStack releases

2017-04-10 Thread Bharat Kumar Kobagana
Hello Troyer, Thank you very much for your quick response and great help. Which are the non-end-of-life releases, till Kilo? On Apr 10, 2017 6:28 AM, "Dean Troyer" wrote: On Sat, Apr 8, 2017 at 1:57 AM, Bharat Kumar Kobagana wrote: > Is it possible use same Python client version to communica

[Openstack] VMs lost IP after running for few days on OpenStack Liberty.

2017-04-10 Thread Dan Dong
Hi, Experts, Recently I found VMs on my OpenStack Liberty will get lost their private IP address after running normally for 1~2 days("#ip addr" will show no IP associated with eth0 for example), thus could not be ssh login anymore. But after console login to the instances from Horizon and restart

[Openstack] iSCSI Cinder backends + session behaviour

2017-04-10 Thread Paul Browne
Hello OpenStackers I just had a question for those here that may use iSCSI-based Cinder back-ends; In your implementations do you have the ability for hypervisors and controllers to only hold iSCSI sessions open to Cinder LUNs that they require, but not others? That is, a hypervisor should

[Openstack] Is there a way to download an offline openstack DOC's copy

2017-04-10 Thread don...@ahope.com.cn
Hi all, I want to get an offline copy of the openstack documents, but most of the ducuments are online HTML, it is not convenient, how can i download all the DOC's ? Thank you. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo

Re: [Openstack] Is there a way to download an offline openstack DOC's copy

2017-04-10 Thread Clark Boylan
On Mon, Apr 10, 2017, at 08:40 AM, don...@ahope.com.cn wrote: > Hi all, > > I want to get an offline copy of the openstack documents, but most of the > ducuments are online HTML, it is not convenient, how can i download all > the DOC's ? > > Thank you. Depending on your needs it might make the m

Re: [Openstack] [openstack-dev] Common client version to communicate with various OpenStack releases

2017-04-10 Thread Dean Troyer
On Mon, Apr 10, 2017 at 6:46 AM, Bharat Kumar Kobagana wrote: > Which are the non-end-of-life releases, till Kilo? Everything older than Mitaka is already EOL, Mitaka happens soon. The releases page[0] shows 10 Apr 2017 (today!?) as the EOL date for Mitaka, but I don't think that has officially

[Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Gregory Golberg
Hi all In Liberty, port object that got passed into IPAM driver contained binding:host_id entry (and neutron.ports DB table had a device_id field). Now it looks like the host_id is not being passed in and device_id field is empty in the ports table. What is the proper way now to look for host in

Re: [Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Gregory Golberg
Sorry, that should read host AND instance ID (as the device_id was instance_uuid). [image: --] Gregory Golberg [image: http://]about.me/gregorygolberg On Mon, Apr 10, 2017 at 9:44 AM, Gregory Golberg wrote: > Hi all > > In Liberty, port object

Re: [Openstack] [openstack-dev] Common client version to communicatewith various OpenStack releases

2017-04-10 Thread bharat
I got it completely. Thanks a lot Troyer for great support. Will go ahead use latest client to communicate with K, L, M, N and O releases. Will update you the status soon… -- Thanks & Regards, Bharat Kumar K From: Dean Troyer Sent: Monday, April 10, 2017 10:04 PM To: Bharat Kumar Kobagana Cc: op

[Openstack] [Heat] Customize server names in AutoScalingGroup

2017-04-10 Thread Phil Clay
Hi, I want to customize the names of the OS::Nova::Server resources that are part of a OS::Heat::AutoScalingGroup resource. Ideally, I want to use something like:     - If I do not specify the name, then the name will default to this pattern:     -- I could, in theory, get close to what I want by

[Openstack] UC Meeting 04/10/17 Cancelled

2017-04-10 Thread Melvin Hillsman
Hey everyone, Apologies for the late notice. We are cancelling the meeting today. We have moved to a weekly cadence with meetings being subject to new agenda items having to be proposed/added by the Friday before the meeting. In other words, for UC meeting scheduled for 04/17/17 agenda items will

Re: [Openstack] LinuxBridge Agent Error

2017-04-10 Thread Georgios Dimitrakakis
Installing the "conntrack-tools" package from the "centos-openstack-ocata" repository seems to have fixed the problem. My question is if this should have happened automatically during installation and if yes why it didn't happen? Best, G. On Fri, 07 Apr 2017 19:26:02 +0300, Georgios Dimitra

Re: [Openstack] EC2API Very Slow

2017-04-10 Thread Georgios Dimitrakakis
Hello again, after some time... The "nova list" command is very fast indeed and the only problem I observer is through the EC2 API. I have found out the following bug and I believe is related to it, what do you people think? https://bugs.launchpad.net/ec2-api/+bug/1619259 Best regards, G

[Openstack] nova, cinder instances fail to install, Openstack Fuel 10

2017-04-10 Thread Konstantin Raskoshnyi
Hi guys, I'm installing openstack via Fuel 10, actually I tried 11 and I see the same error: For example nova instance not able to connect to internet after netconfig pupper script. I can ping mgmg 192.168.0.3 VIP Nslookup doesn't work Ping of 8.8.8.8 doesn't work. During deployment preparatio

Re: [Openstack] EC2-API in Ocata - Help wanted

2017-04-10 Thread Georgios Dimitrakakis
Hello Alexandre, thank you very much for your time. I have a rough guide of what I did in order to have it working in case you need it to update the docs so please let me know if I can be of any assistance. By the way could you please check the following thread and let me know if you have an

Re: [Openstack] LinuxBridge Agent Error

2017-04-10 Thread Brian Haley
On 04/10/2017 04:15 PM, Georgios Dimitrakakis wrote: Installing the "conntrack-tools" package from the "centos-openstack-ocata" repository seems to have fixed the problem. My question is if this should have happened automatically during installation and if yes why it didn't happen? From your c

Re: [Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Kevin Benton
Nova may not have set them yet. The port is updated with the host ID and the device ID separately from the port creation in later Nova versions IIRC. On Apr 10, 2017 10:03, "Gregory Golberg" wrote: > Sorry, that should read host AND instance ID (as the device_id was > instance_uuid). > > > > [im

Re: [Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Gregory Golberg
Ah, thanks - but when you say nova may not have set them yet is it at all possible that it would get set prior to an IPAM request? [image: --] Gregory Golberg [image: http://]about.me/gregorygolberg On Mon, Apr 10, 2017 at 4:10 PM, Kevin Benton

Re: [Openstack] How to get all detail RPC message and detail context in neutron docs?

2017-04-10 Thread Kevin Benton
I would strongly recommend that you don't build anything based on these messages. The contents change from release to release since this is an internal API between the agents and the server. On Apr 6, 2017 00:48, "Sam" wrote: > Thank you, use debug option will also help us to get detail of RPC >

Re: [Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Kevin Benton
IIRC it will not. If you're building an ipam driver that needs to take into account host_id you will need to leverage the deferred allocation stuff done as part of the routed networks work. Or you could allocate a dummy IP and then update to a different one on the next port update that assigns the

Re: [Openstack] Neutron in Newton: host_id and device_owner?

2017-04-10 Thread Gregory Golberg
Thanks - I was thinking that the second option (fake IP and update on port update) may work - that validates it somewhat. And about the deferred allocation - where would I find more info on that? [image: --] Gregory Golberg [image: http://]about.me/gregorygolberg