Reach the end of the maze and hold plate til bridge forms.
The Fireteam must run between each of the lamps to traverse te maze.
| 2015-01-21 11:33:05,326 [DEBUG] [helga.comm:250]: [<--] ##destinychat/palendae - Finally | |
| 2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:10,560 [DEBUG] [helga.comm:250]: [<--] ##destinychat/palendae - Hi dinklebot | |
| 2015-01-21 11:33:10,560 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:10,561 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information | |
| 2015-01-21 11:33:10,561 [DEBUG] [helga.plugins:229]: |
| % python scraper.py | |
| Ishtar Sink, Venus. Modifiers: Arc Burn, Epic, Nightfall, Solar Burn, Void Burn | |
| Ishtar Sink, Venus. Modifiers: Heroic, Void Burn |
| import github3 | |
| try: | |
| prompt = raw_input | |
| except NameError: | |
| prompt = input | |
| def my_two_factor_function(): | |
| code = '' |
| 20d19 | |
| < import hashlib | |
| 42c41 | |
| < 'is_metal', | |
| --- | |
| > 'properties', | |
| 43a43 | |
| > 'physical_host_group', | |
| 45a46 | |
| > 'container_networks', |
| #!/usr/bin/env python | |
| import json | |
| from pprint import pprint | |
| import sys | |
| def get_bridges(inventory): | |
| "Returns bridge names and interface information for provider networks." |
| diff --git i/playbooks/inventory/dynamic_inventory.py w/playbooks/inventory/dynamic_inventory.py | |
| index cb48e37..3723ffb 100755 | |
| --- i/playbooks/inventory/dynamic_inventory.py | |
| +++ w/playbooks/inventory/dynamic_inventory.py | |
| @@ -780,6 +780,11 @@ def _set_used_ips(user_defined_config, inventory): | |
| address = host_entry.get('%s_address' % q_name) | |
| if address: | |
| append_if(array=USED_IPS, item=address) | |
| + elif not address and q_name == 'container': | |
| + import pdb; pdb.set_trace() # NOQA |
| 32cada8 Merge "Set the correct variable in run-upgrade.sh" into kilo | |
| ecbd6c6 Merge "Verify lxc cache file after download" into kilo | |
| 7e27462 Set the correct variable in run-upgrade.sh | |
| 64f7af7 Add irqbalance to apt package list | |
| 0ccf11e Verify lxc cache file after download |
| 10:04 georgewang: #help | |
| 10:04 georgewang: whois | |
| 10:04 georgewang: whois georgewang | |
| 10:04 georgewang: #whois georgewang | |
| 10:04 georgewang: #whois |
| --- │- hosts: 605093-storage01 │ user: root │ roles: │ - openstack_common │ tasks: |