diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-23 16:35:20 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:15:42 -0400 |
| commit | fcffddaac729715622760a1c1ad6df62c5ee5e2f (patch) | |
| tree | d5bca66391e4037d9af811f2b679b50e23931f4e /meta-openstack-controller-deploy/classes/controller.bbclass | |
| parent | 581052b1783b4639705e5db520797ed81c1a0990 (diff) | |
| download | meta-cloud-services-fcffddaac729715622760a1c1ad6df62c5ee5e2f.tar.gz | |
meta-openstack-controller-deploy: initial creation
Creating a layer than when added to a build, modifies configuration
via appends and classes to create a configured control node.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-controller-deploy/classes/controller.bbclass')
| -rw-r--r-- | meta-openstack-controller-deploy/classes/controller.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack-controller-deploy/classes/controller.bbclass b/meta-openstack-controller-deploy/classes/controller.bbclass new file mode 100644 index 0000000..1db2714 --- /dev/null +++ b/meta-openstack-controller-deploy/classes/controller.bbclass | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONTROLLER_IP = "0.0.0.0" | ||
| 2 | CONTROLLER_HOST = "localhost" | ||
