We try to connect our VIO 5.1 as a endpoint to VRA 6.7. Its not in the support Matrix, but we have a statement from vmware that this combination is working.
We want to connect via a DEM worker and not set VRA as a Keystone Identity Provider as described in the VIO documentation.
We could connect other (native) openstack implementation without a problem, but with VIO we failed with the following error in iaas:
2019-05-08T08:17:35.246Z VRA-IAAS-01 vcac: [component="iaas:DynamicOps.DEM.exe" priority="Error" thread="3644"] [sub-thread-Id="19" context="" token=""] Invalid HTTP response code 417:ExpectationFailed <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>417 Expectation Failed</title>
</head><body>
<h1>Expectation Failed</h1>
<p>The expectation given in the Expect request-header
field could not be met by this server.
The client sent<pre>
Expect: 100-continue
</pre>
</p><p>Only the 100-continue expectation is supported.</p>
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at viohost.domain Port 5000</address>
</body></html>
Has anybody a clue why they could not talk to each other?