mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-10 17:41:35 +00:00
This is an initial commit of a functional nova chart. It has been tested with the neutron chart using a flat network configuration.
7 lines
103 B
Smarty
7 lines
103 B
Smarty
#!/bin/bash
|
|
set -ex
|
|
|
|
nova-manage db sync
|
|
nova-manage api_db sync
|
|
nova-manage db online_data_migrations
|