-
python-nova-docker-0.0.1-1.713af82.lbn19.noarch
Installation & Configuration
1. Install the python modules.
For example:
$ python setup.py install
Note: There are better and cleaner ways of managing Python modules, such as using distribution packages or 'pip'. The setup.py file and Debian's stdeb, for instance, may be used to create Debian/Ubuntu packages.
2. Enable the driver in Nova's configuration
In nova.conf:
compute_driver=novadocker.virt.docker.DockerDriver
3. Optionally tune site-specific settings.
In nova.conf:
[docker]
Uploading Images to Glance
1. Enable the driver in Glance's configuration
In glance-api.conf:
container_formats=ami,ari,aki,bare,ovf,ova,docker
2. Save docker images to Glance
Images may now be saved directly to Glance:
$ docker pull busybox
$ docker save busybox | glance image-create --is-public=True --container-format=docker --disk-format=raw --name busybox
Note: At present, only administrators should be allowed to manage images.
The name of the image in Glance should be explicitly set to the same name as the image as it is known to Docker. In the example above, an image has been tagged in Docker as 'busybox'. Matching this is the '--name busybox' argument to glance image-create. If these names do not align, the image will not be bootable.
Notes
Earlier releases of this driver required the deployment of a private docker registry. This is no longer required. Images are now saved and loaded from Glance.
Images loaded from Glance may do bad things. Only allow administrators to add images. Users may create snapshots of their containers, generating images in Glance -- these images are managed and thus safe.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-novaclient-2.13.0-1.fc19.noarch
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-novaclient-2.15.0-1.lbn13.noarch
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 13
-
python-novaclient-2.15.0-1.lbn13.noarch
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-novaclient-3.3.1-1.lbn19.noarch
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 19
-
python-novajoin-1.0.18-1.lbn25.noarch
A nova vendordata plugin for the OpenStack nova metadata
service to manage host instantiation in an IPA server.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-openstack-mistral-2.0.0-1.1.lbn19.noarch
Mistral is a workflow service.
Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order
in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description
to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability.
.
This package contains the Python libraries.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-openstack-mistral-4.0.2-1.lbn25.noarch
Mistral is a workflow service.
Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order
in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description
to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability.
.
This package contains the Python libraries.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-openstack-nose-plugin-0.11-2.fc19.noarch
openstack.nose_plugin provides a nose plugin that allow's nosetests output to
mimic the output of openstack's run_tests.py.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-openstackclient-0.4.1-1.lbn19.noarch
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19