Re: [Openstack] API endpoint naming in Keystone

2018-04-04 Thread Alberto Molina Coballes
Hi Andrew! AFAIK there's no difference between Liberty and Mitaka nova endpoints (we're using newton and $(tenant_id)s is still present in the nova endpoints and it's working properly). It seems to me that the difference you're showing was introduced in ocata, you can compare the official doc

Re: [Openstack] kolla-ansible Openstack MTU customization

2017-11-23 Thread Alberto Molina Coballes
Hi Manuel, I'm not a kolla-ansible user, but I suppose that you must modify properly the templates: kolla-ansible/ansible/roles/neutron/templates/neutron.conf.j2 kolla-ansible/ansible/roles/neutron/templates/ml2_conf.ini.j2 following the instructions of the link provided. Regards, Alberto

Re: [Openstack] Dibbler, ipv6_pd_enabled, and Ubuntu.

2017-10-08 Thread Alberto Molina Coballes
Hi Ken, I'm using Newton on Debian Stretch with IPv6 prefix delegation (I'm not tested it from horizon, only from CLI). The configuration was carried out following the steps described here: http://www.debug-all.com/?p=187 Alberto ___ Mailing list:

Re: [Openstack] Root disk resize down

2016-02-10 Thread Alberto Molina Coballes
On mié, feb 10, 2016 at 12:41:42 +0200, Mārtiņš Jakubovičs wrote: > Hello, > > Looks like it is not working, when I try to resize instance I receive: > Server disk was unable to be resized because: Resize to zero disk flavor is > not allowed. > Sorry Mārtiņš, my previous comment wasn't

Re: [Openstack] Database schema

2015-12-03 Thread Alberto Molina Coballes
Hi Dionisis, Reading your question I've remembered a python script that generates OpenStack ER diagrams and I've found it again: https://coderwall.com/p/pngadg/er-diagram-for-openstack-database It's really nice and simple, but it needed an update:

Re: [Openstack-operators] Juno neutron - Tenant Network with multiple routers, how to nat/filter ?

2015-11-27 Thread Alberto Molina Coballes
2015-11-27 20:28 GMT+01:00 Saverio Proto : > Hello, > > I have a cloud user that is trying to implement the following topology > > ext_net <|R1|> internal_net <|R2|> dbservers_network > > where > - internal_net: 10.0.2.0/24 > - dbservers_net: 10.0.3.0/24 > > Now according

Re: [Openstack] Cinder created volume with status error

2015-05-12 Thread Alberto Molina Coballes
Hi Wilson, The size of your cinder-volumes VG is only 10 GiB and you're trying to create inside of it a 10 GiB logical volume cinder-scheduler.log says: ... Unexpected error while running command.\nCommand: sudo cinder-rootwrap /etc/cinder/rootwrap.conf lvcreate -n

Re: [Openstack-operators] What are people using for configuration management? Puppet? Chef? Other?

2015-03-26 Thread Alberto Molina Coballes
Hi, Take a look at the OpenStack User Survey [1], particularly to the deployment tools section [2]. That's what people say are using. Alberto [1] superuser.openstack.org/articles/openstack-user-survey-insights-november-2014 [2]

Re: [Openstack] Very low bandwidth between instances and routers with OVS, GRE on Debian Jessie (Icehouse)

2014-11-10 Thread Alberto Molina Coballes
2014-11-10 13:45 GMT+01:00 Akilesh K akilesh1...@gmail.com: Hi Alberto, May I know the flavor and image you were using to do this test. TSO seems to be a method that moves the process of tcp segmentation off to the nic card. Hi Akilesh, I was using m1.tiny flavor with 512MiB of RAM and 1

Re: [Openstack] Very low bandwidth between instances and routers with OVS, GRE on Debian Jessie (Icehouse)

2014-11-10 Thread Alberto Molina Coballes
Hi, I'm continuing with testing ... It seems this issue is related to virtio driver. Virtio driver is used by default with the option use_virtio_for_bridges=true in nova-compute.conf, if this option is disabled instances are created with a RTL-8139 network interface and the bandwidth between it

[Openstack] Very low bandwidth between instances and routers with OVS, GRE on Debian Jessie (Icehouse)

2014-11-09 Thread Alberto Molina Coballes
Hi, Debian testing (jessie) is now frozen, so it seems a good time to use it as a base for an OpenStack deployment. Debian jessie provides OpenStack Icehouse packages from official repos, backported repos are no longer needed. Installation procedure works fine in a setup with OVS and GRE

Re: [Openstack] keypair workaround

2014-06-22 Thread Alberto Molina Coballes
El 21/06/2014 20:17, Frans Thamura fr...@meruvian.org escribió: i want to make more common ssh without have to add -i keypair2.pem any idea? What about using ssh-agent? Alberto ___ Mailing list: