[Openstack-operators] resource limiting for instance

2015-10-22 Thread Sesso
I am trying to limit my instance to 10MB/s and its not being limited. My flavor is here: extra_specs| {"quota:disk_read_bytes_sec": "10485760", "quota:disk_write_bytes_sec": "10485760", "quota:vif_outbound_average": "10240", "quota:vif_inbound_average": "10240"} | libvirt.xml

[Openstack-operators] Nova resource limits not working

2015-10-21 Thread Sesso
Hello, I have set my images to limit to 10MB/s bandwidth but it dos not get limited. Do I have the wrong driver? cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver neutron_ovs_bridge=br-int [libvirt] virt_type=kvm vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDri

Re: [Openstack-operators] External API access

2015-10-20 Thread Sesso
y (like public > url) or limit the ability to execute those particular commands to internal > clients only that can hit the existing admin url. This is an architectural > decision you'll have to make that may impact security. > > James > > Sent from

Re: [Openstack-operators] External API access

2015-10-20 Thread Sesso
> You should have your public endpoints be externally reachable. > >> On Oct 20, 2015, at 2:38 PM, Sesso wrote: >> >> Hello, >> >> I am trying to use a module to automate VM deployments. I can't connect to >> keystone externally so it will make ne

[Openstack-operators] External API access

2015-10-20 Thread Sesso
Hello, I am trying to use a module to automate VM deployments. I can't connect to keystone externally so it will make new tenants. What is the best route to allow access? I am using kilo. Sent from my iPhone ___ OpenStack-operators mailing list Ope