-
Hi, I'm using Crossplane's OpenStack provider to deploy instances and manage them.
Everything works very well but when I change the flavor (flavorName or flavorId) for instance, it loops through in…
-
in CreateFloatingIP function at acceptance/openstack/networking/v2/extensions/layer3/layer3.go
there is only networkID param accepted but neutron support subnet id as well
https://docs.openstack.org…
-
With Mitaka+ Heat you can get the subnets associated with a Port object. From the subnet you can get a CIDR notation. That's the last piece missing to support full static configurations (no DHCP neede…
-
- [x] get hardware (you)
- [x] power up control node (you)
- [x] plug in networking for control ports - ipmi or whatever (you)
- [ ] Deploy openstack on control nodes (me+you)
-
Kiến trúc của Openstack Neutron
-
brought by:
https://github.com/fog/fog/pull/3738
My biggest problem is, that the behavior is non deterministic now, which is not good for lib I think. So for ManageIQ CI, which is doing a lot of requ…
-
So I was trying to bootstrap a BOSH environment on OpenStack using the instructions given [here](https://bosh.io/docs/init-openstack.html) and I got this error at the bosh-init deploy step
```
Starti…
-
Hi Guys,
I need Your support or some hints, how to get utilization data working.
1. Describe your environment:
ManageIQ: official Petrosian OpenStack version deployed on 4 VMs:
- 2x Appliance…
-
Hi there,
I've noticed that current implementation of openstack_compute_instance and openstack_blockstorage_volume does not have tenant_id property.
### Use case when it is needed:
We have servic…
-
@jtaleric points out that Rally scenarios should be autonomous, that is they should not depend of the system state created by any scenarios that have run before them.
This is currently not true for…