Fixup formatting issue

This commit is contained in:
James Page 2014-11-10 11:19:38 +00:00
parent 59a7e7d122
commit a245ab1829
3 changed files with 7 additions and 7 deletions

2
hooks/fabfile.py vendored
View File

@ -32,7 +32,7 @@ def restart_service(service):
def add_bridge(bridge_name):
sudo('ovs-vsctl -- --may-exist add-br %' % bridge_name)
sudo('ovs-vsctl -- --may-exist add-br %s' % bridge_name)
def enable_shell(user):

View File

@ -43,8 +43,7 @@ TEMPLATE_DIR = 'templates'
PACKAGES = ['openstack-nova-compute',
'openstack-neutron',
'openstack-neutron-openvswitch',
'python-neutronclient',
'ceilometer-compute-agent']
'python-neutronclient']
CONFIG_FILES = [
'/etc/neutron/neutron.conf',

View File

@ -1,10 +1,13 @@
name: nova-compute-power
summary: "OpenStack Compute for POWER8"
summary: OpenStack Compute for POWER8
maintainer: Chuck Short <zulcss@ubuntu.com>
description: |
OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
addition to its "native" API (the OpenStack API), it also supports the Amazon
EC2 API.
.
This charm acts as a proxy to remote configure multiple PowerKVM hosts, which
don't run Ubuntu.
tags:
- openstack
provides:
@ -15,6 +18,4 @@ requires:
interface: rabbitmq
image-service:
interface: glance
nova-ceilometer:
interface: nova-ceilometer
scope: container