February 2018
Beginner
290 pages
7h 28m
English
Edit the local.conf file located at /devstack/local.conf (if you have followed the book), we will add the omni plugin to this:
enable_plugin omni https://github.com/openstack/omni.git
Once this has been done, we will also use the plugin to configure the different services. In this example, we will set the omni to configure itself as AWS and hence, we need to pass the AWS access key and secret key. We can also pass the region and AZ name (as described on the Git page of Omni):
OMNI_PROVIDER=awsSECRET_KEY=<Enter your Secret Key>ACCESS_KEY=<Enter your Access Key>
Once you modify the file, the file should look something like this:
Read now
Unlock full access