aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Enable renaming of interfaces without rebootSteven Hardy3-2/+28
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy5-21/+70
2015-03-04Merge "Strip trailing whitespace from yaml samples"Jenkins3-13/+13
2015-02-24Refactor ifup/ifdown into base-classSteven Hardy3-21/+19
2015-02-24Refactor noop to enable logging of disabled operationsSteven Hardy3-40/+58
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy17-2275/+9
2015-02-24Move noop flag to provider base-classSteven Hardy4-16/+20
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy7-20/+81
2015-02-24Add mapping option to influence nicN mapping orderSteven Hardy6-33/+184
2015-01-15Strip trailing whitespace from yaml samplesSteven Hardy3-13/+13
2015-01-15test_cli add stderr/stdout sanity assertionsSteven Hardy1-8/+41
2015-01-14Derive sample location from test file, not pwdSteven Hardy1-1/+3
2015-01-14Fix test_cli exit code assertionSteven Hardy1-14/+12
2015-01-14Add sample and cli test for simple interface configSteven Hardy3-0/+30
2014-12-17Merge "Fix verbose/debug loglevels"Jenkins1-2/+2
2014-12-16Merge "If setting a default route, use default netmask"Jenkins1-2/+5
2014-12-12Correct the ENI provider name log statementDan Prince1-1/+1
2014-12-06Fix verbose/debug loglevelsSteven Hardy1-2/+2
2014-12-05Workflow documentation is now in infra-manualJeremy Stanley1-4/+3
2014-11-24If setting a default route, use default netmaskJames Polley1-2/+5
2014-09-18Add a .gitreview file for os-net-configDan Prince1-0/+4
2014-09-18Update child_members to use a SetDan Prince2-6/+8
2014-09-04Correct the setup.cfg OS.Dan Prince1-1/+1
2014-09-04Move versioning into version.pyDan Prince3-8/+21
2014-09-04Updated description in README.rstDan Prince1-3/+3
2014-09-04Minor updates to setup.cfg.Dan Prince1-9/+9
2014-08-26README.rst updates per yaml config changesDan Prince1-67/+55
2014-08-25ifcfg: restart child interfaces on updatesDan Prince2-19/+84
2014-08-22Fix a few pep8 issues...Dan Prince2-4/+2
2014-08-22Add ovs_extra to some of the sample configs.Dan Prince2-0/+5
2014-08-22Don't log errors if files don't exists.Dan Prince1-1/+5
2014-08-22Add support for ovs_extra.Dan Prince5-9/+75
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince5-15/+25
2014-08-21Correct the noop format for the eni providerDan Prince1-1/+1
2014-08-20Add support for parsing YAMLDan Prince7-4/+117
2014-08-20Add nic1, nic2 naming abstractionDan Prince5-6/+206
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince2-6/+20
2014-08-14Correct add_object call.Dan Prince1-1/+1
2014-08-14Docstring updates to NetConfig objects.Dan Prince3-0/+49
2014-08-14Add --cleanup, and impl for ifcfgDan Prince5-12/+61
2014-08-14Use underscores for provider function names.Dan Prince5-79/+79
2014-08-12Set the MAC to the primary interfaceDan Prince7-13/+121
2014-08-11Add configuration samples.Dan Prince3-0/+54
2014-08-11Use --noop instead of --mock.Dan Prince4-22/+40
2014-08-11Adds mock ability to the ENI and Ifcfg providersmarios3-8/+28
2014-07-10Uncomment the provider.apply callDan Prince1-1/+1
2014-07-09Add README example docs, etc.Dan Prince1-5/+105
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince2-4/+8
2014-07-09Add logging to utils.Dan Prince1-1/+11
2014-07-09Add -d and -v options for logging level controlDan Prince1-14/+32