According to the command output that you posted, the first API that
fails is this:
GET http://controller:8774/v2.1/servers/zktubntu
It's the equivalent of openstack server show zktubntu. I wonder if you
run console url show as the owner of that instance, or as admin. As
admin, you can't find an
Could you describe your HA set up a little bit? I assume your controllers
are behind a load balancer. Did you alter the novnc URL to point to the
virtual ip?
-Erik
On Apr 20, 2018 3:43 PM, "Torin Woltjer"
wrote:
After setting up HA for my openstack cluster, the nova console no longer
works. Not
After setting up HA for my openstack cluster, the nova console no longer works.
Nothing of note appears in any of the logs at /var/log/nova on the controller
or the compute node running the instance. I get a single line that looks
relevant output to /var/log/apache2/errors.log on the controller
Here is a script I use on the fly..
for i in $(ls -l *.img |awk -F " " '{print $9}'); do openstack image create
--disk-format qcow2 --container-format bare --public --file $i $i; done
> On Apr 20, 2018, at 02:04, Cory Hawkless wrote:
>
> Are you referring to
> https://developer.openstack.o
*Calling All OpenStack Mentors!We’re quickly nearing the Vancouver Summit,
and gearing up for another successful Speed Mentoring workshop! This
workshop, now a mainstay at OpenStack Summits, is designed to provide
guidance to newcomers so that they can dive in and actively engage,
participate and c
On 04/20/2018 01:48 AM, Adrian Turjak wrote:
What version of the SDK are you using?
Originally I just used what was installed in my devstack VM, which seems to be
0.9.17. Upgrading to 0.12.0 allowed it to work.
Thanks,
Chris
___
Mailing list: htt
=
OSSA-2018-001: Raw underlying encrypted volume access
=
:Date: April 20, 2018
:CVE: CVE-2017-18191
Affects
~~~
- Nova: >=15.0.0 <=15.1.0, >=16.0.0 <=16.1.1
Description
~~~
Lee
What version of the SDK are you using?On 20 Apr. 2018 19:28, Chris Friesen wrote:On 04/19/2018 09:19 PM, Adrian Turjak wrote:
> On 20/04/18 01:46, Chris Friesen wrote:
>> On 04/19/2018 07:01 AM, Jeremy Stanley wrote:
>>> Or, for that matter, leverage OpenStackSDK's ability to pass
>>> arbitrary ca
On 04/19/2018 09:19 PM, Adrian Turjak wrote:
On 20/04/18 01:46, Chris Friesen wrote:
On 04/19/2018 07:01 AM, Jeremy Stanley wrote:
Or, for that matter, leverage OpenStackSDK's ability to pass
arbitrary calls to individual service APIs when you need something
not exposed by the porcelain layer