Hi,
I think that script [1] (still under reviewing) will help you.
[1] https://review.openstack.org/#/c/76533/6
Regards,
Édouard.
On Mon, Mar 17, 2014 at 7:41 AM, Damon Wang wrote:
> Hi Simon,
>
> As far as I know, ovs become a driver of ml2, you can use ovs or
> linuxbridge or other drivers
Hi,
I think that script [1] (still under reviewing) will help you.
[1] https://review.openstack.org/#/c/76533/6
Regards,
Édouard.
On Mon, Mar 17, 2014 at 7:41 AM, Damon Wang wrote:
> Hi Simon,
>
> As far as I know, ovs become a driver of ml2, you can use ovs or
> linuxbridge or other drivers
Hi Mike,
The default keystone API version in Horizon changed to v2.0 for consistency.
You can override this by adding:
OPENSTACK_API_VERSIONS = {
"identity": 3
}
to your local_settings.py in Horizon.
See
https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_sett
Hi, your updated horizon is using Keystone V3, you have to modify your horizon
local_setttings to deal with keystone V2 :
You have to comment the following section
#OPENSTACK_API_VERSIONS = {
#“identity”: 3
#}
And the endpoint url :
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
OPENSTA
Hallo John,
Thanks for sharing the URL. I was able to get rid of the volume issue that I
had before by changing the from the SAN disk to the
controller. Now, I am able to attach / detach a volume to / from a VM without
any problems.
Best regards,
Krishnaprasad
From: Narayanan, Krishnaprasad [
Hi,
I am trying to get flavor extra specs from "instance" parameter passed to
"get_guest_config" function defined in nova/virt/libvirt/driver.py . I
tried following code but it returned me the flavor without extra specs.
get_guest_config function in nova/virt/libvirt/driver.py is somewhat like
th
On 03/06/2014 07:47 AM, Jacki Bauer wrote:
> I was looking at the Upstream Training
> (https://wiki.openstack.org/wiki/OpenStack_Upstream_Training/Info) and
> I'm wondering how much of the content is directed at people who want to
> or are currently contributing user experience work - whether that
Sorry for the late response ... Will contribute to the Personas WG. This is
great!
debo
On Fri, Mar 7, 2014 at 8:03 AM, Jacki Bauer wrote:
> Debo,
> I've seen the curvature demo - it's really good stuff!
>
> There is a UX working group getting started right now - it's called the
> Personas Wo