Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 889 Bytes

File metadata and controls

18 lines (10 loc) · 889 Bytes

License Build Status

Openstack VIM Driver

A VIM driver implementation that manages infrastructure with Openstack. Create/delete operations are managed through the Heat Orchestration API and supports templates written in both Heat or TOSCA, by first translating the template into a Heat template.

Currently the only external infrastructure that can be returned by the "find infrastructure" API is Networks.

Please read the following guides to get started with the VIM Driver:

Developer

  • Developer Docs - docs for developers to install the driver from source or run the unit tests

User