forked from openstack-archive/networking-vpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
74 lines (73 loc) · 2.28 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
CHANGES
=======
* Tox fixes
* Remove outdated line from example config
* Use a journal table
* do not create vpp subintf if exists
* etcd support, part 1
* Added etcd comms channel
* Major updates
* More PEP8
* Fix doc file in setup.cfg
* Major updates
* tox cleanups (mainly long lines)
* typo
* Break notifcation of Nova into own function
* Correct doc file name
* update delete_network_on_host
* update network_on_host
* update vpp get_interface
* add tests
* added tests
* delete bridge on network delete
* create bridge-pool
* delete vpp bridge_domain on network delete
* support arbitrary physical network names for flat n/w binding
* create network
* create network msg
* prevent adding an existing bridge interface
* remove agent auto-cleanup
* devstack l3_agent prevent ovs cleanup fix
* vif_type fix
* dhcp fixes
* vpp agent logging
* DHCP fixes
* updated agent filtering for messaging
* updated agent messaging to include failure reporting
* remove local settings from devstack/settings
* comment
* delete port_postcommit
* add flat networking
* Change qemu user/group to be config options. Also added default values for those for ubuntu and redhat
* fix server.py bind logger format string error
* fix server.py unbind logger debug
* add host info to unbind data
* delete port url update to remove host
* delete port_postcommit with debug
* delete port_postcommit
* add debugs to vpp.py
* Add support for defining settings in local.conf. We now first check if a setting is defined
* Add centos 7 guide doc
* Convert README to rst
* send bind call without queuing
* add hostname to ip lookup
* unicast message
* update agent list in devstack settings
* update agent to listen on 0.0.0.0
* add mech_vpp debugs
* agent list split on comma
* updated agent list in devstack settings
* More fixes on comments, debug, deleting
* changed socket group to libvirtd
* added missing unbind call to agent in mech_vpp
* added debug messages for bind and unbind requests
* updated devstack/settings vlan trunk interface
* fix bug attribute error
* test
* fixed return value error
* fixed bug for checking return value
* Added README with details of what work has been done to date
* updated vpp api interface
* First pass at agent, diags in driver
* Initial commit: mechdriver that talks to an as-yet missing agent
* Added .gitreview