James Page
3de027273a
Tidy, drop storage config
2015-04-22 10:21:01 +01:00
Corey Bryant
f122a42bf6
Fix nova_conf path
2015-04-15 19:16:26 +00:00
Corey Bryant
621b671521
Deploy from source
2015-04-15 14:21:42 +00:00
Ryan Beisner
986ad2c482
delint
2015-04-14 05:26:04 +00:00
Ryan Beisner
a63483e6db
explicitly install librbd1 re: bug 1440953
2015-04-14 05:21:40 +00:00
Edward Hope-Morley
9f5e87c493
[trivial] make debug and verbose configurable
2015-04-13 13:22:05 +01:00
Chuck Short
d8c11da9ea
More fixes from block fallout
2015-04-03 09:41:36 -04:00
Chuck Short
94a593175b
Correct typo
2015-04-03 09:28:43 -04:00
Chuck Short
9a524a0ed7
Add missing bits
2015-04-02 22:26:42 -04:00
James Page
b09a482854
Rebase, resync
2015-03-31 16:01:48 +01:00
Chuck Short
bd9a0d7a4e
Fix conflicts
2015-03-31 10:54:15 -04:00
Chuck Short
553567fafb
Add more unit tests
2015-03-31 10:43:24 -04:00
Chuck Short
547e1348b8
Fix lint and start adding tests
2015-03-31 09:54:33 -04:00
Edward Hope-Morley
89554fc29e
Fixes broken rev 112 by using /etc/init.d/libvirt-bin.override
...
instead of /etc/default/libvirt-bin
2015-03-31 14:22:53 +01:00
Liam Young
81be062772
Check neutron_plugin_legacy_mode when compiling list of packages
2015-03-31 10:52:27 +00:00
Liam Young
ce0d92ef9f
Merged next in
2015-03-31 10:35:46 +00:00
Liam Young
79c788481a
Add option to stop nova-compute managing neutron packages, files and services
2015-03-31 10:27:36 +00:00
Chuck Short
8a0a76e99b
LXD 0.5 fixes
2015-03-26 14:17:48 -04:00
Chuck Short
747b47381f
Simplify LXD configuration
2015-03-25 20:33:38 -04:00
Chuck Short
e3c9092e9a
Sync with nova-compute next.
2015-03-25 20:28:26 -04:00
Liam Young
614346cae6
Merged next in
2015-03-25 07:20:23 +00:00
Edward Hope-Morley
7d370dbc25
removed phy-nic* options since handled by ovs plugin charm
2015-03-12 10:07:02 +00:00
Chuck Short
d1a32d4caf
lxd fixes
2015-02-25 20:35:22 -05:00
Edward Hope-Morley
4f0a103ea0
synced /next
2015-02-24 11:33:01 +00:00
James Page
ef14583717
Rebase
2015-02-24 11:17:55 +00:00
Liam Young
10d7907823
Merged next in and fixed unit tests
2015-02-19 16:03:28 +00:00
Edward Hope-Morley
1766f56a21
[cbjchen,r=hopem]
...
Clean up the keyring after ceph relation is broken. So when next
time ceph relation is joined, ensure_ceph_keyring will not ignore
the new key because of the existance of the old one.
2015-02-16 09:26:23 +00:00
Chuck Short
6767203dfb
Add lxd stuff
2015-02-12 08:46:11 -05:00
Chuck Short
b62cfaa01d
flex->lxd
2015-02-11 13:20:35 -05:00
Chuck Short
b6fb941367
Merge next
2015-02-11 13:18:50 -05:00
Edward Hope-Morley
f48374e151
support multiple phy nics for mtu
2015-02-10 19:17:29 +00:00
Edward Hope-Morley
e70a8735e3
allow net_dev_mtu local override
2015-02-10 14:38:40 +00:00
Edward Hope-Morley
226125407c
restart ext-port on change
2015-02-10 12:38:25 +00:00
Edward Hope-Morley
f0b1f303e6
default to no network-device-mtu
2015-02-10 12:00:45 +00:00
Edward Hope-Morley
a041a8bb2f
fixed typo
2015-02-09 21:47:05 +00:00
Edward Hope-Morley
dcd8c144d2
synced ch and fixed tests
2015-02-09 20:21:58 +00:00
Edward Hope-Morley
816ff4c24d
cleanup
2015-02-09 18:32:52 +00:00
Liang Chen liang.chen@canonical.com
4107ae1909
Clean up stale ceph keyring
...
[cbjchen,r=]
Clean up the keyring after ceph relation is broken. So when next
time ceph relation is joined, ensure_ceph_keyring will not ignore
the new key because of the existance of the old one.
2015-02-06 13:09:18 -05:00
Liam Young
ac4a3a440b
Enable a nova metadata agent if running in DVR mode
2015-02-04 16:31:09 +00:00
Edward Hope-Morley
71f54e3dff
mtu support
2015-02-03 11:46:35 +00:00
James Page
4bb578e477
Rebase on next
2015-01-13 09:24:40 +00:00
Ryan Beisner
d68d7a418c
add python-six install re: bug 1403114
2014-12-16 17:28:40 +00:00
James Page
81c17b8c22
Rebase on next
2014-12-15 10:39:46 +00:00
Edward Hope-Morley
11f6dc1a96
synced /next
2014-12-15 10:28:47 +00:00
Edward Hope-Morley
7b66878d0c
[cbjchen,r=hopem]
...
Set my_ip to unit private-address
The default value for my_ip can be problematic. The ip
assocated with the NIC leading to the default gateway
may not be the desired one for openstack service
communication. Setting it to the unit private-address,
so that all the inter-service communications use the
same network - we alreay use the unit private-address as
service endpoint IPs.
Closes-Bug: 1391313
2014-12-03 23:54:27 +00:00
Liang Chen liang.chen@canonical.com
56c7e9cd72
set my_ip to unit private-address
...
[cbjchen,r=]
The default value for my_ip can be problematic.
The ip assocated with the NIC leading to the
default gateway may not be the desired one for
openstack service communication. Setting it to
the unit private-address, so that all the inter
service communications use the same network -
we alreay use the unit private-address as
service endpoint IPs.
2014-12-03 18:23:54 -05:00
Zhang Hua
751a63056a
change to use the method of charm-helpers
2014-12-03 21:45:30 +08:00
Liam Young
29a792d736
[gnuoy,trivial] Whitespace lint fix
2014-11-28 14:31:49 +00:00
Alexander List
c5c911340d
[alexlist] Allow nonstandard path for authorized_keys, including unit test
2014-11-28 12:54:57 +00:00
Zhang Hua
8abedd2be2
fix lint and unit test error
2014-11-20 18:56:56 +08:00