search for: fixed_range

Displaying 3 results from an estimated 3 matches for "fixed_range".

2012 Jun 18
1
using hiera for node classification
...: eth1, admin_email: nobody@csail.mit.edu, admin_password: admin_password, keystone_admin_token: keystone_admin_token, nova_user_password: nova_user_password, glance_user_password: glance_user_password, rabbit_password: rabbit_password, rabbit_user: rabbit_user, libvirt_type: kvm, fixed_range: 10.0.0.0/24 } The above doesn''t work, probably because I''m simply using the wrong structure... Thanks, -Jon ps if you saw this on the -dev list, mea culpa, auto complete misfire reposting here where it belongs.... -- You received this message because you are subscribed to...
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h
2013 Sep 23
11
[PATCH v4 0/4] x86/HVM: miscellaneous improvements
The first and third patches are cleaned up versions of an earlier v3 submission by Yang. 1: Nested VMX: check VMX capability before read VMX related MSRs 2: VMX: clean up capability checks 3: Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulation 4: x86: make hvm_cpuid() tolerate NULL pointers Signed-off-by: Jan Beulich <jbeulich@suse.com>