Skip to content

Instantly share code, notes, and snippets.

View longsube's full-sized avatar

Le Quang Long longsube

  • BIDV
  • Hanoi, Vietnam
View GitHub Profile
@longsube
longsube / ex43_v1.py
Last active August 29, 2015 14:22 — forked from macloo/ex43_v1.py
# Exercise 43: Basic Object-Oriented Analysis and Design
# http://learnpythonthehardway.org/book/ex43.html
# STAGE 1 - this works
# only classes Map and Engine are really built
# each Scene child-class can be run
# start w/ skeleton from Zed, then build it out
class Scene(object):

Ultimate OpenStack IceHouse Guide

NOTE: This Guide was merged into: https://github.com/tmartinx/openstack-guides/blob/master/IceHouse/

This is a Quick Guide to deploy OpenStack IceHouse on top of Ubuntu 14.04, it is IPv6-Ready!

It is compliant with OpenStack's official documentation (docs.openstack.org).

The tenant's subnets are based on Neutron, with ML2 plugin and Single Flat Network topology, dual-stacked.

Ultimate OpenStack IceHouse Guide

NOTE: This Guide was merged into: https://github.com/tmartinx/openstack-guides/blob/master/IceHouse/

This is a Quick Guide to deploy OpenStack IceHouse on top of Ubuntu 14.04, it is IPv6-Ready!

It is compliant with OpenStack's official documentation (docs.openstack.org).

The tenant's subnets are based on Neutron, with ML2 plugin and Single Flat Network topology, dual-stacked.