Skip to content

Instantly share code, notes, and snippets.

heat_template_version: 2013-05-23
description: >
Deploy 2 Cirros VMs with multiple network interfaces in attached in
opposite order (1-4 and 4-1).
resources:
cirros-one-to-four:
type: OS::Nova::Server
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.Stand
diff --git a/shellinabox/launcher.c b/shellinabox/launcher.c
index 2bac171..7a7f5b0 100644
--- a/shellinabox/launcher.c
+++ b/shellinabox/launcher.c
@@ -557,6 +557,7 @@ int launchChild(int service, struct Session *session, const char *url) {
return -1;
}
check(bytes == sizeof(pid));
+ debug("line: %04d, pid: %d ", __LINE__, pid);
check(session->pid = pid);
@KLuka
KLuka / plugin-openstack.log
Created December 21, 2015 08:55
self signed ssl cert error
[pool-1-thread-3] DEBUG org.openbaton.clients.interfaces.client.openstack.OpenstackClient - received: {
"methodName": "listImages",
"parameters": [
{
"version": 0,
"name": "main-openstack",
"authUrl": "https://nfvmano.xxxxxxx.mak:5000/v2.0",
"tenant": "admin",
"username": "admin",
"password": "admin",
@KLuka
KLuka / fedora22
Created December 11, 2015 18:25
/bin/login bug
Dec 11 13:23:15 localhost.localdomain audit[10110]: <audit-1100> pid=10110 uid=1000 auid=1000 ses=14 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Dec 11 13:23:15 localhost.localdomain audit[10110]: <audit-1101> pid=10110 uid=1000 auid=1000 ses=14 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Dec 11 13:23:15 localhost.localdomain sudo[10110]: liveuser : TTY=pts/2 ; PWD=/home/liveuser ; USER=root ; COMMAND=/bin/login liveuser
Dec 11 13:23:15 localhost.localdomain audit[10110]: <audit-1123> pid=10110 uid=1000 auid=1000 ses=14 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/liveuser" cmd=6C6F67696E206C69766575736572 terminal=pts/2 res=success'
Dec 11 13:23:15 localhost.localdomain audit[10110]: <audit-111
2015-12-01 15:32:36.550 INFO 1645 --- [main] org.openbaton.nfvo.main.Application : Starting Application with PID 1645 (started by ubuntu in /opt/openbaton/nfvo)
2015-12-01 15:32:36.576 DEBUG 1645 --- [main] org.openbaton.nfvo.main.Application : Running with Spring Boot v1.2.5.RELEASE, Spring v4.2.0.RELEASE
2015-12-01 15:32:36.979 INFO 1645 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@727f0f47: startup date [Tue Dec 01 15:32:36 UTC 2015]; root of context hierarchy
2015-12-01 15:32:45.504 INFO 1645 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfi
--- a/tackerclient/tacker/v1_0/vm/vnfd.py
+++ b/tackerclient/tacker/v1_0/vm/vnfd.py
@@ -19,6 +19,11 @@
#
# @author: Isaku Yamahata, Intel
+from __future__ import print_function
+
+from oslo_serialization import jsonutils
+