Interface developed to work with OpenStack's API. Before running the project:
- Need access to an OpenStack Server (to access the API);
- Check URL used to make the requests (axios) -> Make the changes to match yours;
- This project has a component designed to work with Heat Resources. For that component to work properly, the OpenStack Service should have that additional service configured. (Heat can be configured using devstack).
npm install
npm run serve
npm run build
npm run lint