OpenStack I18n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %% Generated by Sphinx. | |
| \def\sphinxdocclass{report} | |
| \documentclass[a4paper,11pt,english]{sphinxmanual} | |
| \ifdefined\pdfpxdimen | |
| \let\sphinxpxdimen\pdfpxdimen\else\newdimen\sphinxpxdimen | |
| \fi \sphinxpxdimen=49336sp\relax | |
| \usepackage[margin=1in,marginparwidth=0.5in]{geometry} | |
| \usepackage[utf8]{inputenc} | |
| \ifdefined\DeclareUnicodeCharacter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | |
| # implied. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenStack accounts are set up, you can skip to the development workflow | |
| section of this documentation to learn how changes to OpenStack should be | |
| submitted for review via the Gerrit tool: | |
| http://docs.openstack.org/infra/manual/developers.html#development-workflow | |
| Pull requests submitted through GitHub will be ignored. | |
| Bugs should be filed on Launchpad, not GitHub: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This repository contains open source training manuals that can be used to learn about the OpenStack project.
For more details, see the `OpenStack Training Guides wiki page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. DevStack | |
| - http://docs.openstack.org/developer/devstack/ | |
| - 환경: Ubuntu 16.04 Server (14.04도 무관) | |
| 1) Ubuntu 가상 머신을 설치 후 최신으로 업데이트 | |
| ## 설치시: 두 번째 어댑터에 기본 host-only 네트워크 추가 | |
| # apt-get update | |
| ===> # apt update | |
| # apt-get upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[local|localrc]] | |
| # For Ubuntu 16.04 LTS | |
| #FORCE=yes | |
| # Logging | |
| DEST=/opt/stack | |
| LOGFILE=$DEST/logs/stack.sh.log | |
| SCREEN_LOGDIR=$DEST/logs/screen |