[openstack-dev] Is the pendulum swinging on PaaS layers?
Matt Riedemann
mriedemos at gmail.com
Fri May 19 21:01:15 UTC 2017
On 5/19/2017 12:38 PM, Dean Troyer wrote:
> First and foremost, we need to have the primitive operations that get
> composed into the higher-level ones available. Just picking "POST
> /server" as an example, we do not have that today. Chris mentions
> above the low-level version should take IDs for all of the associated
> resources and no magic happening behind the scenes. I think this
> should be our top priority, everything else builds on top of that, via
> either in-service APIs or proxies or library wrappers, whatever a) can
> get implemented and b) makes sense for the use case.
I'm confused by this. Creating a server takes a volume ID if you're
booting from volume, and that's actually preferred (by nova devs) since
then Nova doesn't have to orchestrate the creation of the volume in the
compute service and then poll until it's available.
Same for ports - nova can create the port (default action) or get a port
at server creation time, which is required if you're doing trunk ports
or sr-iov / fancy pants ports.
Am I misunderstanding what you're saying is missing?
--
Thanks,
Matt
More information about the OpenStack-dev
mailing list